Ralf Gommers
|
032d0cd785
|
Change import to form used everywhere else.
|
2009-10-19 10:38:44 +02:00 |
|
Stefan van der Walt
|
96efa2a6a5
|
Docs: In API generator, also recognise extensions.
|
2009-10-17 12:56:46 +02:00 |
|
Stefan van der Walt
|
bf97b0f928
|
Clean up scikits.image namespace.
|
2009-10-17 12:39:56 +02:00 |
|
Stefan van der Walt
|
8cc912217b
|
Remove task completed by Ralf.
|
2009-10-17 12:34:05 +02:00 |
|
Stefan van der Walt
|
96360f5bd6
|
Remove self-referencing import.
|
2009-10-17 12:32:25 +02:00 |
|
Stefan van der Walt
|
9025c5d3b0
|
Clean up opencv namespace and imports.
|
2009-10-17 12:28:33 +02:00 |
|
Stefan van der Walt
|
83e66c57e6
|
Merge branch 'docs' of http://github.com/rgommers/scikits.image
Conflicts:
.gitignore
|
2009-10-17 08:16:40 +02:00 |
|
Stefan van der Walt
|
fd9fadb06c
|
Update contributors.
|
2009-10-17 07:41:03 +02:00 |
|
Stefan van der Walt
|
85874ce560
|
Merge branch 'master' of github.com:stefanv/scikits.image
|
2009-10-17 07:39:01 +02:00 |
|
Stefan van der Walt
|
88886ba997
|
Ignore build directory.
|
2009-10-17 07:38:05 +02:00 |
|
Stefan van der Walt
|
8ec3abb3f5
|
Fix importing of opencv when libraries are not installed / extensions are not compiled.
|
2009-10-17 07:37:29 +02:00 |
|
Stefan van der Walt
|
62f67611af
|
Expand OpenCV installation instructions.
|
2009-10-17 06:39:47 +02:00 |
|
sccolbert
|
aa20e903d1
|
added "cxcore" to __all__
|
2009-10-16 21:29:55 +02:00 |
|
sccolbert
|
1e1958b414
|
added 4 warping functions. Added CvMat support.
Added cvGetRectSubPix, cvGetQuadrangleSubPix, cvWarpAffine, cvWarpPerspective.
As a byproduct added CvMat support.
|
2009-10-16 21:25:20 +02:00 |
|
sccolbert
|
d26404969d
|
added chessboard data images, modified install.txt, and .gitignore
|
2009-10-16 16:12:45 +02:00 |
|
sccolbert
|
9bc93b3154
|
Added cvFind and DrawChessboardCorners - from Holger
|
2009-10-16 15:41:51 +02:00 |
|
Ralf Gommers
|
192c286060
|
Add build dir to .gitignore.
|
2009-10-16 11:22:34 +02:00 |
|
Ralf Gommers
|
20031dae08
|
Fix up API generation.
It uses introspection now instead of parsing the text of .py files.
|
2009-10-16 11:08:34 +02:00 |
|
Ralf Gommers
|
04b1f3bffb
|
Use same bullet level for functions and classes.
|
2009-10-16 11:08:34 +02:00 |
|
Ralf Gommers
|
0df02263a1
|
Clean up title of API reference.
|
2009-10-16 11:08:34 +02:00 |
|
Ralf Gommers
|
c6565e6a56
|
Remove "Functions" links/headings.
Also some whitespace issues in this file.
|
2009-10-16 11:08:34 +02:00 |
|
Ralf Gommers
|
350c6b0ab2
|
Update tasks, link to docstandard.
|
2009-10-16 11:08:34 +02:00 |
|
Stefan van der Walt
|
4ceebdc3d6
|
Update contributors.
|
2009-10-15 15:09:10 +02:00 |
|
Holger Rapp
|
fd613c6a0d
|
Merged with trunk
|
2009-10-15 13:28:21 +02:00 |
|
Holger Rapp
|
0d009dcfbe
|
Added support for cvDrawChessboardCorners
|
2009-10-15 12:52:30 +02:00 |
|
Holger Rapp
|
f44c246b98
|
Added cvFindChessboardCorners
|
2009-10-15 12:07:46 +02:00 |
|
Stefan van der Walt
|
e6454dae4a
|
Allow unit tests to be run when OpenCV is not available.
|
2009-10-15 10:36:05 +02:00 |
|
Stefan van der Walt
|
5be1ecc12b
|
OpenCV: clean up long lines and whitespace.
|
2009-10-15 10:18:18 +02:00 |
|
Stefan van der Walt
|
4b35af3f63
|
Clean up long lines and whitespace in opencv_backend.
|
2009-10-15 10:10:48 +02:00 |
|
Stefan van der Walt
|
bcedeb1c83
|
Fix typo in opencv setup.
|
2009-10-15 10:10:30 +02:00 |
|
Holger Rapp
|
ae310bc4b6
|
Added a more stable detection of opencv library by introducing a new file: _libimport.py
|
2009-10-15 09:41:39 +02:00 |
|
Holger Rapp
|
b0f20da893
|
Fixed shutil.cp -> shutil.copy; the former doesn't exist on python2.6
|
2009-10-15 09:29:00 +02:00 |
|
Stefan van der Walt
|
d70dfb33d0
|
Add setup.py in scikits/image.
|
2009-10-15 09:26:22 +02:00 |
|
Stefan van der Walt
|
e02a639d61
|
Fix references scikits.gpu -> scikits.image.
|
2009-10-15 09:01:15 +02:00 |
|
Stefan van der Walt
|
464788aded
|
Update build instructions.
|
2009-10-15 08:38:40 +02:00 |
|
Stefan van der Walt
|
340ec9b1c3
|
Clean up and fix setup.
|
2009-10-15 08:36:51 +02:00 |
|
Stefan van der Walt
|
3bc4f31eaa
|
setup: Remove dependencies -- easy_install doesn't always know when
numpy is installed. Also mark package as non-zip-safe.
|
2009-10-15 08:12:04 +02:00 |
|
Stefan van der Walt
|
ceeea18a46
|
Only build OpenCV extensions when source has been modified.
|
2009-10-15 08:06:59 +02:00 |
|
Stefan van der Walt
|
805d9ff937
|
Update setup to build scikits.image.opencv.
|
2009-10-15 07:41:37 +02:00 |
|
Stefan van der Walt
|
95a2e5d11b
|
Update .gitignore for whole scikit.
|
2009-10-14 18:11:08 +02:00 |
|
Stefan van der Walt
|
d672f1eeaf
|
Merge remote branch 'colbert/master'
|
2009-10-14 18:10:13 +02:00 |
|
sccolbert
|
d28e3e8555
|
fixed the setup.py, it works now.
|
2009-10-14 17:38:50 +02:00 |
|
Stefan van der Walt
|
565b32c8ff
|
Update license phrase for plot_directive.
|
2009-10-14 16:28:11 +02:00 |
|
sccolbert
|
003141283f
|
added a setup.py, moved the data files to the head folder.
|
2009-10-14 13:12:29 +02:00 |
|
Stefan van der Walt
|
e1f97c281a
|
Remove completed task: plots in docs.
|
2009-10-14 11:52:36 +02:00 |
|
Stefan van der Walt
|
48937fe85d
|
When pushing docs to github, rename _images to images.
|
2009-10-14 08:58:10 +02:00 |
|
Stefan van der Walt
|
a47a60f8ae
|
Clean up output of plotting directive:
- Do not generate PDFs.
- Do not copy image to plots dir (Sphinx copies to _images already).
|
2009-10-14 08:51:25 +02:00 |
|
Stefan van der Walt
|
80a366761c
|
Shorten and comment show_collection example.
|
2009-10-14 08:02:39 +02:00 |
|
Stefan van der Walt
|
c8bb8c6751
|
Plot_directive: copy source files to output.
|
2009-10-14 07:48:14 +02:00 |
|
Stefan van der Walt
|
d9c206b625
|
Set plot directory prefix.
|
2009-10-14 07:08:13 +02:00 |
|