Ankit Agrawal
|
ab729a00ca
|
Removing time() statements and correcting types in censure_cy
|
2013-08-15 14:59:53 +05:30 |
|
Ankit Agrawal
|
a0266c3834
|
Commenting out _filter_using_convolve
|
2013-08-15 14:59:53 +05:30 |
|
Ankit Agrawal
|
1bbeeb45d6
|
For loop for mode=DoB in Cython
|
2013-08-15 14:59:52 +05:30 |
|
Ankit Agrawal
|
1484b9a72a
|
Correcting typo
|
2013-08-15 14:59:52 +05:30 |
|
Ankit Agrawal
|
3d9534b844
|
Added mode Octagon using np.convolve
|
2013-08-15 14:59:52 +05:30 |
|
Ankit Agrawal
|
97990fbea5
|
Adding TODO's
|
2013-08-15 14:59:51 +05:30 |
|
Ankit Agrawal
|
c599b34236
|
Correcting import for a private function
|
2013-08-15 14:59:51 +05:30 |
|
Ankit Agrawal
|
c40ab969af
|
Line Suppression of the response
|
2013-08-15 14:59:51 +05:30 |
|
Ankit Agrawal
|
781bbaf5bc
|
Added partial implementation of censure for mode=DoB
|
2013-08-15 14:59:51 +05:30 |
|
Kirill Shklovsky
|
77165de55f
|
Changed the 180 constant in bin calculation to avoid rounding errors
The code
180 / orientations
performs integral division in python < 3,
leading to the calculations ignoring some orientations near the 180 maximum
|
2013-08-14 20:46:52 -04:00 |
|
Marianne Corvellec
|
2b43dab546
|
Added elements to the coffee picture docstring.
|
2013-08-13 20:25:00 -04:00 |
|
Johannes Schönberger
|
f019ed1fed
|
Fix missing label property description and backwards compatibility
|
2013-08-13 15:08:50 +02:00 |
|
Matt Terry
|
111a992140
|
fix table formatting
|
2013-08-12 09:57:13 -07:00 |
|
François Boulogne
|
8b2f52da50
|
DOC: protect last character in URL
|
2013-08-10 13:57:24 +02:00 |
|
Juan Nunez-Iglesias
|
4edf227869
|
Change 'long' to 'int' in Cython docs
|
2013-08-10 11:17:18 +10:00 |
|
Juan Nunez-Iglesias
|
fe02c18f3d
|
Use Py_ssize_t instead of int in _slic_cython
|
2013-08-09 18:43:24 +10:00 |
|
Stefan van der Walt
|
946d892986
|
Merge pull request #676 from ahojnnes/regionprops-fixes
Regionprops cleanup.
|
2013-08-08 03:09:18 -07:00 |
|
Johannes Schönberger
|
01102f4de1
|
Merge pull request #669 from ankit-maverick/octagon
Adding Octagon structural element
|
2013-08-07 23:35:35 -07:00 |
|
Johannes Schönberger
|
4f8d4ce3f2
|
Hide cached_property and caching flag
|
2013-08-07 20:06:33 +02:00 |
|
Johannes Schönberger
|
fea0c3f56c
|
Improve fromatting of regionprops doc string
|
2013-08-07 20:04:19 +02:00 |
|
Johannes Schönberger
|
3b6e799d76
|
Remove unused cached_property from _shared.utils namespace
|
2013-08-07 19:38:41 +02:00 |
|
Stefan van der Walt
|
d5caf073e4
|
Merge pull request #674 from ahojnnes/region-props
Refactor regionprops.
|
2013-08-07 08:35:22 -07:00 |
|
Ankit Agrawal
|
6e8dcd3ddd
|
Adding tests for smallest selem
|
2013-08-07 12:12:23 +05:30 |
|
Matt Terry
|
a84388ccdb
|
doc cleanup
|
2013-08-06 06:38:50 -07:00 |
|
Juan Nunez-Iglesias
|
b40ef3ad7d
|
Ensure array input to unique_rows is contiguous
|
2013-08-06 22:46:12 +10:00 |
|
Juan Nunez-Iglesias
|
909d4cb5f6
|
Add test to unique_rows for discontiguous arrays
|
2013-08-06 22:45:21 +10:00 |
|
Johannes Schönberger
|
92e70547fa
|
Use asbolute import for Cython lib
|
2013-08-06 14:39:38 +02:00 |
|
Johannes Schönberger
|
01871c153d
|
Remove legacy doc strings
|
2013-08-06 14:34:36 +02:00 |
|
Johannes Schönberger
|
d94c25efde
|
Remove cached_property class from shared utils
|
2013-08-06 14:28:28 +02:00 |
|
Johannes Schönberger
|
918332c4c6
|
Refactor regionprops
|
2013-08-06 14:27:37 +02:00 |
|
Stefan van der Walt
|
be14f0b28c
|
Merge pull request #654 from josteinbf/radon-square-center
Define rotation axis center for Radon transforms with inverses.
|
2013-08-06 02:04:32 -07:00 |
|
Stefan van der Walt
|
697d7dddf9
|
Merge pull request #666 from jni/slic-scaling
Fix scaling (`ratio`) parameter in SLIC.
|
2013-08-06 01:59:58 -07:00 |
|
Johannes Schönberger
|
7fda9000c7
|
Add cached_property decorator
|
2013-08-06 10:51:50 +02:00 |
|
Matt Terry
|
d50af3f3bc
|
unneeded asarray
|
2013-08-05 18:02:28 -07:00 |
|
Ankit Agrawal
|
6455d9b6e9
|
Adding test for star
|
2013-08-06 04:14:40 +05:30 |
|
Ankit Agrawal
|
8569d73d57
|
Adding namespace
|
2013-08-06 04:13:27 +05:30 |
|
Ankit Agrawal
|
55d7eaa87d
|
Improving the implementation of star
|
2013-08-06 03:48:06 +05:30 |
|
Ankit Agrawal
|
67165363bf
|
Test for Octagon
|
2013-08-06 03:38:52 +05:30 |
|
Ankit Agrawal
|
060a4dd273
|
Minor doc changes
|
2013-08-06 03:02:58 +05:30 |
|
Matt Terry
|
e59a75bb4a
|
cleanup
|
2013-08-05 14:20:20 -07:00 |
|
Matt Terry
|
efe51c92a9
|
tuples are valid inputs
|
2013-08-05 12:43:42 -07:00 |
|
Johannes Schönberger
|
6dd35c8166
|
Merge pull request #641 from sciunto/example_ht
Example Hough transform (ellipse)
|
2013-08-05 12:22:57 -07:00 |
|
Matt Terry
|
dc692dddcc
|
code cleanup
|
2013-08-05 12:18:32 -07:00 |
|
François Boulogne
|
9d7a90395b
|
DOC: changes for Marianne's coffee cup
|
2013-08-05 16:45:59 +02:00 |
|
Ankit Agrawal
|
ac6f282253
|
Added star structural element
|
2013-08-05 10:04:58 +05:30 |
|
Juan Nunez-Iglesias
|
c3582f21f8
|
Add (previously) pathological qhull test case
|
2013-08-05 10:39:42 +10:00 |
|
Juan Nunez-Iglesias
|
e9c9c2ca07
|
Move code comment to appropriate line
|
2013-08-05 10:20:48 +10:00 |
|
Juan Nunez-Iglesias
|
b03fa92478
|
Unique rows after getting the pixel corners
|
2013-08-05 10:09:37 +10:00 |
|
Juan Nunez-Iglesias
|
a6ec1741dc
|
Remove repeated coordinates before computing convex hull
|
2013-08-05 09:42:23 +10:00 |
|
Juan Nunez-Iglesias
|
640c49608d
|
Add unique_rows to util/__init__.py
|
2013-08-05 09:40:10 +10:00 |
|