Johannes Schönberger
|
c53e98a3c6
|
Fix bug in inverse warping and add test case
|
2013-11-22 12:07:36 +01:00 |
|
Johannes Schönberger
|
396b686bab
|
Add test case for invalid image dimensions
|
2013-11-22 11:59:07 +01:00 |
|
Johannes Schönberger
|
d659cdc6b0
|
Deprecate reverse_map parameter and add to future removal list
|
2013-11-22 11:55:18 +01:00 |
|
Johannes Schönberger
|
da42c46ab4
|
Add matrix_transform function to namespace
|
2013-11-22 11:51:15 +01:00 |
|
Johannes Schönberger
|
e159fa0e9d
|
Add test case for estimate_transform
|
2013-11-22 11:48:32 +01:00 |
|
Johannes Schönberger
|
62f51e35a1
|
Add missing test coverage of polynomial tform
|
2013-11-22 11:45:51 +01:00 |
|
Johannes Schönberger
|
bd240d9f92
|
Test scale determination for 0 rotation
|
2013-11-22 11:43:08 +01:00 |
|
Johannes Schönberger
|
4ba9eaa98b
|
Test invalid input
|
2013-11-22 11:42:41 +01:00 |
|
Johannes Schönberger
|
0fb48a6153
|
Add test cases for abstract geometric base class
|
2013-11-22 11:38:25 +01:00 |
|
Johannes Schönberger
|
06a9c5da8a
|
Add test case for union of heterogenous tform types
|
2013-11-22 11:34:32 +01:00 |
|
Johannes Schönberger
|
f8a0fcbc2a
|
Reduce runtime of radon test cases
|
2013-11-09 23:31:15 +01:00 |
|
Johannes Schönberger
|
fb1c1d39f0
|
Fix misspelled sections
|
2013-11-09 23:01:58 +01:00 |
|
Johannes Schönberger
|
aaf0749b89
|
Fix hough_line_peaks doctest
|
2013-11-04 00:12:39 +01:00 |
|
Johannes Schönberger
|
0dd36ab8ea
|
Fix downscale_local_means doctest
|
2013-11-03 23:56:41 +01:00 |
|
Johannes Schönberger
|
591aa08ee6
|
Fix geometric doctests
|
2013-11-03 23:55:55 +01:00 |
|
Johannes Schönberger
|
d726a5451c
|
Fix precision of output in hough_line_peaks doctest
|
2013-11-03 10:33:20 +01:00 |
|
Johannes Schönberger
|
87dcaa4829
|
Fix hough_line_peaks doctest
|
2013-11-03 09:36:25 +01:00 |
|
Stefan van der Walt
|
eb6867cfe2
|
Make six an external dependency.
|
2013-10-27 14:06:26 +02:00 |
|
Johannes Schönberger
|
114bb36ef3
|
Do not derive piecewise affine from projective transform
|
2013-10-21 16:31:30 +02:00 |
|
Johannes Schönberger
|
638d43c859
|
Re-enable clipping which was accidentally removed
|
2013-10-21 14:15:00 +02:00 |
|
Johannes Schönberger
|
0b98803f0f
|
Add some more comments
|
2013-10-21 14:14:20 +02:00 |
|
Johannes Schönberger
|
5873159f1d
|
Explicitly cast image shape to integer value
|
2013-10-21 14:01:47 +02:00 |
|
Johannes Schönberger
|
67cbb0221d
|
Fix bug in homography detection
|
2013-10-21 13:34:55 +02:00 |
|
Johannes Schönberger
|
5c9d7af652
|
Remove deprecated hough_* functions
|
2013-10-14 19:52:56 +02:00 |
|
Johannes Schönberger
|
6c67738808
|
Miscellaneous fixes and improvements
|
2013-10-12 14:13:10 +02:00 |
|
Johannes Schönberger
|
e68ba0db01
|
Use libc.math.atan2
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
4f58c076d4
|
FIX: import M_PI
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
003dbe419d
|
MINOR: add missing type
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
1236e97ff3
|
MAINT: np.pi -> M_PI
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
df2ee4d636
|
remove heapq
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
e27b798ffa
|
FIX: handle correctly main axis def
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
1a9d5bb4ca
|
TEST: revert precision
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
594a228a06
|
TEST: fix bad subs
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
742699c570
|
TEST: fix precision
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
debd4d54d6
|
ENH: use heapq to select the best match
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
7e970b18cd
|
MAINT change HT return API
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
7a1b1c28de
|
FIX: fix angle convention
|
2013-10-12 14:09:51 +02:00 |
|
François Boulogne
|
e9f3bd66ac
|
TEST: fix mistake
|
2013-10-12 14:09:51 +02:00 |
|
Josh Warner
|
5c73432101
|
Merge pull request #770 from cgohlke/patch-3
BUG: Fix ValueError: Buffer dtype mismatch, expected 'long' but got...
|
2013-10-11 00:13:53 -07:00 |
|
cgohlke
|
4d46bc0912
|
TST: Fix ValueError: Buffer dtype mismatch, expected 'intp_t' but got 'long'
|
2013-10-10 21:51:56 -07:00 |
|
cgohlke
|
458556723d
|
BUG: Fix ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'
on win-amd64
|
2013-10-10 21:48:29 -07:00 |
|
Johannes Schönberger
|
ee24f1c2c5
|
Improve example of warp function to show all available options
|
2013-10-02 17:45:05 +02:00 |
|
Johannes Schönberger
|
40f5e78353
|
Add support for matrix as inverse_map
|
2013-10-02 17:33:17 +02:00 |
|
Johannes Schönberger
|
9741bfda15
|
Add note about internal usage of transformation matrix
|
2013-10-02 17:17:03 +02:00 |
|
Johannes Schönberger
|
beeb597ddf
|
Only clip for ndimage.map_coordinates case
|
2013-10-02 17:10:46 +02:00 |
|
Johannes Schönberger
|
c01e7c9b10
|
Fix various doc strings using the warp function
|
2013-09-28 14:39:40 +02:00 |
|
Johannes Schönberger
|
a17a1395c3
|
Fix doc string of warp functions
|
2013-09-28 14:25:45 +02:00 |
|
Ankit Agrawal
|
0ed1e22034
|
Correcting bug in SimialarityTransform
|
2013-09-19 10:23:03 +05:30 |
|
Johannes Schönberger
|
5f82c206b4
|
Fix bugs in usage of typed memoryviews
|
2013-08-19 19:31:40 +02:00 |
|
Johannes Schönberger
|
c8f619e384
|
Use typed memoryviews in transform package
|
2013-08-19 19:22:28 +02:00 |
|