Johannes Schönberger
|
e5ed1882d3
|
fix and improve comments, doc strings, variable names for consistency reasons
|
2012-08-09 07:51:58 +02:00 |
|
Johannes Schönberger
|
54452550f1
|
fix incorrect comment
|
2012-08-08 19:19:18 +02:00 |
|
Johannes Schönberger
|
eb1e71114c
|
fix and improve estimation of geometric transformation parameters
Design matrix was not composed correctly as functional model was incorrect.
Additionally estimation is now based on total least-squares method.
|
2012-08-08 19:13:45 +02:00 |
|
Johannes Schönberger
|
d9a88c95b5
|
add doc for and restructure polynomial coefficients
|
2012-07-22 16:52:54 +02:00 |
|
Johannes Schönberger
|
2ae4dd4551
|
fix scale initialization in implicit composition of similarity
|
2012-07-22 16:41:58 +02:00 |
|
Johannes Schönberger
|
be6bb0c809
|
combination of two transformations of the same type result in this type again
|
2012-07-22 16:38:25 +02:00 |
|
Johannes Schönberger
|
87c57770ba
|
reimplement implicit parameter functionality of transformations
|
2012-07-22 16:24:58 +02:00 |
|
Johannes Schönberger
|
0f5d6153d2
|
fix bug in estimation of similarity transformation
|
2012-07-22 08:58:37 +02:00 |
|
Johannes Schönberger
|
f971c25a0b
|
remove some blank lines
|
2012-07-22 08:21:31 +02:00 |
|
Stefan van der Walt
|
a130b8d2d9
|
Refactor geometric transforms.
|
2012-07-20 17:57:15 -04:00 |
|
Johannes Schönberger
|
afb479d766
|
geometric_transform can transform single coordinate tuple
|
2012-07-15 17:51:34 +02:00 |
|
Johannes Schönberger
|
d7b2c5b51b
|
add missing doc string for polynomial forward transformation
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
5feafee220
|
extend doc string example for geometric transformations
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
9dbad0023c
|
add support for using transformation objects in warp function
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
4dcf8528bf
|
change interface of transformation merging
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
b2ca833509
|
fix transformation union and add test case
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
234810be10
|
fix inconsistent doc strings
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
e2ce1d63de
|
redesign class interface
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
640edc2a62
|
fix doc string formatting of function estimate_transformation
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
ec5c339c68
|
fix wrong exception type
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
2a75b78838
|
change arguments of function estimate_transformation
|
2012-07-15 15:47:12 +02:00 |
|
Johannes Schönberger
|
cb3c93a110
|
change API design and rename some functions
|
2012-07-15 15:47:11 +02:00 |
|
Johannes Schönberger
|
8bde92b66c
|
remove inconsistent numeric correction and fix test case
|
2012-07-15 15:47:11 +02:00 |
|
Johannes Schönberger
|
acb1d71cd5
|
apply PEP8 guideline
|
2012-07-15 15:47:11 +02:00 |
|
Johannes Schönberger
|
fdf1b6dac1
|
fixe index errors and improve setup of some matrices
|
2012-07-15 15:47:11 +02:00 |
|
Johannes Schönberger
|
bbd9280c2f
|
add example to make_tform doc string
|
2012-07-15 15:47:11 +02:00 |
|
Johannes Schönberger
|
da3239d0ff
|
remove old import
|
2012-07-15 15:47:11 +02:00 |
|
Johannes Schönberger
|
84e18de02d
|
improve and restructure geomtric transformations
|
2012-07-15 15:47:11 +02:00 |
|
cgohlke
|
8d313f1d57
|
Fix io.imsave() problems with passing arguments to plugin "freeimage"
|
2012-07-12 10:34:15 -07:00 |
|
Stefan van der Walt
|
1dcc172f60
|
TST: Check number of input angles in radon tf.
|
2012-07-09 11:29:37 -07:00 |
|
Stefan van der Walt
|
4d1809a63c
|
BUG: Allow rgb2grey to be called on grey-level images.
|
2012-07-08 17:49:17 -07:00 |
|
Andreas Mueller
|
46e959a9d9
|
COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.
|
2012-06-29 11:27:23 +02:00 |
|
Andreas Mueller
|
d7f1a3abec
|
COSMIT minor stype improvements, whitespace in error messages
|
2012-06-29 11:27:23 +02:00 |
|
Andreas Mueller
|
f7c56202d0
|
COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995
|
2012-06-29 11:27:23 +02:00 |
|
Andreas Mueller
|
1251f77d6a
|
COSMIT minor pep8
|
2012-06-29 11:27:23 +02:00 |
|
Andreas Mueller
|
ee0fd867da
|
COSMIT fix ugly line breaks.
|
2012-06-29 11:27:23 +02:00 |
|
Andreas Mueller
|
9f34c84f1a
|
COSMIT don't let pep8 make your matrices ugly.
|
2012-06-29 11:27:23 +02:00 |
|
Andreas Mueller
|
f7b3d8062c
|
COSMIT pep8
|
2012-06-29 11:27:23 +02:00 |
|
Tony S Yu
|
9bcda27336
|
Skip test that fails for PIL < 1.1.7
|
2012-06-24 22:25:44 -04:00 |
|
tonysyu
|
f487221c3a
|
Merge pull request #208 from stefanv/io_reset
ENH: Allow resetting the plugin state.
|
2012-06-24 18:37:14 -07:00 |
|
Stefan van der Walt
|
4c66c18f0d
|
BUG: Fix structural similarity to use new signature for view_as_windows. Remove bad gradient check.
|
2012-06-24 18:07:35 -07:00 |
|
Stefan van der Walt
|
dd61f4830e
|
BUG Fix invalid import of structural_similarity.
|
2012-06-24 18:03:46 -07:00 |
|
Stefan van der Walt
|
87739ed031
|
BUG Remove merge artefact.
|
2012-06-24 18:03:02 -07:00 |
|
Stefan van der Walt
|
00922099d6
|
BUG: Remove double import of find contours.
|
2012-06-24 17:59:37 -07:00 |
|
Stefan van der Walt
|
635b836c08
|
PKG: Rename as_windows to view_as_windows.
|
2012-06-24 17:58:32 -07:00 |
|
Stefan van der Walt
|
fce9de633d
|
ENH: Promote as_windows to a utility function.
|
2012-06-24 17:57:51 -07:00 |
|
Stefan van der Walt
|
49b7eac4b5
|
STY: Wrap long line.
|
2012-06-24 17:55:52 -07:00 |
|
Stefan van der Walt
|
4816d6fc9d
|
PKG: Rename _ssim to _structural_similarity.
|
2012-06-24 17:55:52 -07:00 |
|
Stefan van der Walt
|
37567726fd
|
ENH: Automatically determine dynamic range in ssim if not specified.
|
2012-06-24 17:55:04 -07:00 |
|
Stefan van der Walt
|
58366f86bd
|
ENH: Rename ssid to structural_similarity to avoid confusion with self-similarity features.
|
2012-06-24 17:55:04 -07:00 |
|