Itk-montage

Latest version: v0.8.2

Safety actively analyzes 634654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.2.0

Changes:

* e34663554a95e483186c20be1ef4e794193bd1a1 Merge pull request 106 from dzenanz/fixSpacing
* de9bd4dd4ab8dc1754b3c17e81ab72459c9fda35 BUG: read CRLF line endings without crashing
* f5ebd134675a377ee4e50b4761aa8548740f6cda ENH: replace pixels by physical units in file pairs test parameters
* 3d5a77dc58070010388fd858a6ed713aa458d84a BUG: fix spacing support
* 749394c127d284a941bfcc0136fe87b172638595 ENH: tests now handle image spacing correctly
* f8b3181734c3914b4bf028af8807c252cfc87ac7 COMP: double-conversion is only a private dependency, not a public one
* 5f5d6d852bf890698c73d67f2ff529113641e81d Merge pull request 104 from jhlegarreta/FixUnusedVariableWarning
* 2a70340d7f7fe6977e5cfa6b185e532b0f165097 COMP: Fix unused variable warning
* 110ccfc68eb7a57d2b6438c178cfd46e12cc7fb0 Merge pull request 102 from fbudin69500/ci-itk-5.0rc02
* ef857d72d0175ce3ab26eccf7130ca9afbcbd006 BUG: Build against ITK 5.0 RC 2 and bump Python package version
<details><summary><b>See more</b></summary>

* 4982fda5b0809ff0ef5e24b6570ef5ec9e002630 COMP: Linux requires this-> prefix
* ba9e02599ff94a0674b31c0c9576c791f174e5b6 ENH: add Ti64Cylinder tests
* c9285cf8c51c08ac4de9e1be5bc4e7fbc7edbe5a ENH: disable writing transform files to disk in most tests
* 6d296332d53435bccd88e9b2cfcf0691abefd991 STYLE: use endif(condition) instead of endif() condition
* e3ecb75050c734280393d545d1fbd89faf1c9c98 ENH: weight transforms by confidence when doing averaging
* 33af90e2b4ade52729a27f444cd654b1f1517ec7 ENH: recorder confidences in TileMontage and normalize them
* 2acd9b696d03993c978d25a7cc947aea84370944 ENH: expose confidences in optimizer and PCM
* 79879d0b6393117b479b49c428b128f1a592a334 ENH: record transform candidates in montage
* 66b298d9640d9ccd9eb10fa2d42a0efd3c988b3f ENH: expose the vector of offsets from PCM
* 9c043d6610765f07f4bb759ef605cfc8d2aff16c Merge pull request 100 from dzenanz/master
* 59b278ab7f1ed960625714e9ce25615b25d107e8 COMP: wrong variable was initialized
* 5200bffd7a8e3a4f8b10e909c0919957281be923 STYLE: review suggestions
* d28c07906b7534e8586b2f2e8515c81f9322ac94 ENH: introduce CMake option to enable failing tests
* 166bd533d66244854af11b1ec90dea8ecfc8d935 ENH: make peak merging configurable
* ebd48e4c0ab6c2b3b3f6376bb0307ea39b5621c3 ENH: increasing number of reported peaks
* babe2c95027f363c2e0a3dd1252f09334adfd4a8 ENH: add MNML pair test. Cropped version registers correctly.
* b9c3d03833a8f0aa4116215c6391c815a25a7fe7 ENH: adding a 3D test case
* e6bbddfd802dedcaf4560f9dd10a6025f223ad79 ENH: adding testing data: MNML 3 and 5
* 2f5e330e8d4abe4ee066718b7bd226b726537739 ENH: adding a new test with a change of focus
* bc273875edeb6879cc10625bfa0aba8b587fd6df ENH: adding testing data: 10-129-C_2 and S200-6-C
* 8f3ade8a8932a8ea80bbaa9a90c039650b82b9a4 COMP: moving WriteDebug to a more "visible" place
* aa09f7d0825e5baa7d7d7210466504c7527236a5 STYLE: moving member variable initialization to place of declaration
* 44de6f749dec8645d154563ab7be9d43a6ca180e ENH: do sheet suppression, not just lines
* 54993736bd67380fac322a0bbaa1fb18b2db8092 ENH: suppress neighborhood of trivial zero solution
* a237013f4d92134a972b80d2be256ffa44fe0154 ENH: suppress trivial zero solution before finding maxima
* 2047b0bc8b9f0ad5dd4df4156f5bc30ddb19fde7 COMP: Fix compile errors and warnings on Linux
* 7c2e4a1ea2073196f113d22997f01bc7c717651d ENH: read the file once and do in-memory conversion if necessary
* 2dfb373eb6a68be346f07b0f879e9aa3a3d15b8d ENH: test helper output improvements
* 189b515e85eee093cc774465c17b78309c5e9e06 ENH: test itkMontagePCMTestFiles16 now passes
* 4d97b9a381fabbc429f6c4228261a7e2d923e394 ENH: make bias wrap around, use Gaussian function with gentle fall-off
* c2207d03e924f07c1ec54295edefdaf330618f0a ENH: PrintSelf prints ZeroSuppression and BiasTowardsExpected
* 8534c891e06140d0278b77b7c20aadc8ee2dfe74 ENH: expose bias towards expected solution
* 3eb4bbdf12346d5eada65073aea2de5f25815e3c ENH: add bias towards expected solution
* ba2fc137fdade7bcb8f49cc5a92967c423161b48 STYLE: moving default parameter values into header file
* 3d3d8c7715cf959acc677bfd33f61101d3dfe93c STYLE: more feedback during image loading
* fcd528082560241e2bad90f06206f636affd0e50 Merge pull request 98 from jhlegarreta/FixTypos
* ef41fd2a3965142c477701463267c0f50e62c80b DOC: Fix typos.
* 9e287114b76e8ff3c4743fecb178eb821fa44dd8 DOC: Document public release number for S200, 10-129-C datasets
* 506729a6d2141ff82f101adb4c5b928ae01fe1ea Merge pull request 92 from dzenanz/master
* 92cd3c495d9efd9d7392339f556d2d13259e45ab BUG: registered tile configuration of 10-129-C_2 was not read correctly
* 0f942c9a2e5ebe6a472b5e821b73aae8e2740afc ENH: do not assume there are at least two elements along a dimension
* c30192aad1c1f4de6e43b89e110b0ad504519db3 ENH: adding tests 10-129-C_2 and S200-6-C

This list of changes was [auto generated](https://dev.azure.com/InsightSoftwareConsortium/589c7c69-a644-4c41-8c80-35e059deabd5/_release?releaseId=86&_a=release-summary).</details>

0.1

Release created to house statically compiled examples.

0.1.0

Changes:

* 9e4c4517a8aadffc753a304371ce8ada52c71629 Merge pull request 91 from thewtex/package-dependency
* d8c6c226dc1ec64dd817ef9324d4024a71d43455 DOC: Update status badges for Azure Pipelines
* 6e55059f634db8f7a8b0eacbbf32c5e9513d580e BUG: Fix Python package dependency
* 6ee3a80a32ddbe4829131d6145cea33572b977b8 Merge pull request 90 from thewtex/macos-zero-definition
* 895bffa2bc35171e9278053e4cc47fe377e87373 COMP: complex Zero NumericTrait definition
* 164c7dac29c1fdc2dfd7d2496ed6f3ac95e93ea1 ENH: Add Azure Pipelines configuration
* 89cc73195c57073358e00c72b4eaf1d63478d00f Merge pull request 89 from dzenanz/master
* d96512f12d836fe8136bd8bcd626842ef27d2225 STYLE: variable declaration alignment
* 4bea0befccd94fbfa0a0190ad68fef924aa55737 STYLE: renaming mock montage test into pairwise test
* a158276b4cfcc1537ccb669ee9553d151d433e10 ENH: changing test options
<details><summary><b>See more</b></summary>

* 6e10dc6fbf6e17145ed7365ffcc2436e3e111dac ENH: allow pairwise tests to be disabled
* 02f5a820e035ffe19288141f7796211452f4735f ENH: read images only at the beginning
* 1281f7e23b05656984a01de890a91f36b177edaa ENH: change test to use tile origins when in memory
* 212123f477583d7fd28cb4e698de6d840d528659 BUG: fix crash with empty lines
* 965baa3b1c83a2190aee3a1a168347c66fd739f9 ENH: simplifying CMake code
* 4a1881598b8fb55d6b1af06649f2fabe30ff0867 STYLE: applying ITK coding style to newly added test
* 8e1a09e21e0674cbb6bfdce592d3cefa1d0a263a ENH: test 8 ways of specifying physical space information
* 4df8755f8dc5720971121e7237d296f4529072f9 Adding additional check to tile configuration parser that removes the carriage return character at the end of a line. This allows configuration files made in Windows to be read by Mac.
* 5869fbd24a16e319d3d7b5fe6df0fd52cd393124 COMP: fix warnings on GCC 4.8
* 60fb63f4b5e9cec9d6c1fe5f58dbf8ea9ab896bc ENH: fixes the crash when tiles are provided from memory
* fe07d9af34b9ec76331f2b21b02a4cbdedc063cd ENH: test setting in-memory images instead of file names [ 81 ]
* d5f241c6fffc1a85714cc182f6d3620a283ce2d2 COMP: a recent commit in ITK changed include path of double-conversion
* 580297a756da07dcdcba106f4a7febcf6719a871 ENH: refactoring code to fix internal compiler error in GCC 4.8
* d0994e6f3495ba081569fa4270698771ea636c6c Merge pull request 79 from dzenanz/master
* 8cdb7cec8a4a65cdf504740490a74ea3843340d5 BUG: removing extraneous comma in documentation
* b7f43df2b9dd520b1d5d99862dd52010cf6b12d0 BUG: updating test output path to allow testing as part of ITK
* 6e89d6d4cc30d7fa0682218fde407e9f4c04bb6c DOC: Improve Python package information.
* 46cad957f2481ec480c5d42114292a04a70c9465 Merge pull request 77 from dzenanz/master
* 458ce49c2b8e4317f44c0ff775acad0a34870eaf STYLE: review suggestions and other minor cleanup
* 16bfd1bd8e272a5e0f5c0b8ec4574a85134d4bc9 Adding refining and resampling examples
* c5362b9f213f0fafdc1298ffc57fb3d2190af25a Merge pull request 75 from dzenanz/master
* ac8803f55419737fd48a3d30f12ba573d7c4ab86 STYLE: review suggestions
* 49a0194dbba42ee385487da20422048d7772c515 BUG: fix a compile error on Linux
* 982b50dd3da55b5a16284f880b62b36adfa42085 BUG: fix a copy-paste bug
* f2cdb265aef76f0d968a8faf3521a1ff1d99c791 BUG: Linux-style line endings in text files
* 5bf59cc27ecb74c3f98fd9068e9b229e03d1d4b2 ENH: adding a new example to demonstrate the usual use
* 2e0014bfb6ba65d8f268b831b285e0cb7e260c61 ENH: Using the new TileConfiguration format consistently in tests
* ebec3b8a53450cae6ae9f2729d575fd93103a695 ENH: adding TileConfiguration parser
* 3cca40a598e359cd28bc15ed5903db9a0100886b COMP: build example as part of ITK
* 992bee948989a016f99c7ef54c5ec404e340bc3a COMP: build with Visual Studio in conformance mode AKA /permissive-
* d5f707b8d408bf711d2351eef82ff7ae6a3766d5 Merge pull request 73 from dzenanz/master
* 76923aaeaebdf3bb5537ac7ae727b550aa9fdf98 BUG: actually use padding method in tests
* a8154ee8544e6414b87167ffa95fc1186d3a2881 Merge pull request 72 from dzenanz/master
* 291df2966be13f813b41d9deed6e5b73cf1733fe COMP: fixing Linux compile errors
* 3b9600d70bb0415171d23d9859454df246853a57 Merge pull request 71 from jhlegarreta/UpdateCMakeMinimumRequiredVersion
* 5f23816bb976d263c5a262c110742a300a186994 ENH: Update the CMake minimum required version.
* 614f5fb2ed6e6569aa6c669664110194981808e2 STYLE: clean up headers etc.
* b18a957b97a84bdc67466ce65bf14ce7c6cd6f1d ENH: remove band-pass filtering in PhaseCorrelationOperator [ 43 ]
* 596b5400ed5ff1cb74b3e5301003b57e221369d6 ENH: Using Butterworth band-pass and exposing its parameters [ 43 ]
* 60365e976b01019befaee22fc144dc2b35141cc2 COMP: VXL2 changed some math functions, so use std::abs directly
* 132c1f7ad34bc9214ebb2bada359851e743d4db1 Merge pull request 69 from dzenanz/master
* bb757f56be054f00c1d66be567400bc8fd893cd6 STYLE: Avoid ternary operator and make variable types clearer
* 196c845ff53d63c65aedba57b5ef39e0be1d91ae STYLE: adding and applying ITK's .clang-format
* db1691aa563054dcf9cfcea04e0c07a49ef5b638 COMP: switching from itk::Mutex to std::mutex
* adc26dfe60384a512bd4993bd9a1fab872e9597f Merge pull request 68 from jhlegarreta/PreferStdStoOverAtoStringToNumericFunctions
* b98a5e77fc510a6ee0f9ab5336c59bc73265aac0 STYLE: Prefer error checked std::sto[id] over ato[if].
* bc119645f9bc5c014b4653e41fb61a9288005278 Merge pull request 67 from jhlegarreta/UseTransferShToUploadMacOSPackages
* f39a018ad160fda54a2aedea4e5cdd356d1a292e Merge pull request 66 from jhlegarreta/DiscontinueRawGitForCurlCI
* bd600a5b527cf526a76237c051f228fddbf84454 BUG: Use transfer.sh to upload macOS packages.
* 441600572addd603b091a7e8437d66b6ae214206 COMP: Do not use rawgit.com.
* 2a598b41f5f67e21d2e64dcca02f3b3aaf103182 Merge pull request 65 from dzenanz/master
* 385d8cbd1582c1270d98137b54a195101d750921 STYLE: simplifying tests' CMake code
* 45a433c5f210c1c908e1b0fbaff87159f04301a2 Merge pull request 64 from dzenanz/master
* 28058803b6d20e3b7cbe7c7e3cbd542aa70ac436 ENH: increasing zero suppression further reduces registration errors
* a80e0cb9a8a5b7023f683cc81886a826bcbce3f0 BUG: the offset count of m_RealOptimizer drifted down to 0, causing a crash
* 777934980ac9c704699373b955b0c3b746fc71cd STYLE: introduce local variable to allow easier inspection during debugging
* 099d49d0e49ead64116e3b02e2833b752c5d4a25 ENH: Add input and ground truth coordinates for Tiles test
* 1466464269c28ad0ac96af7b4d4bfded40de175d BUG: wrong path was being examined for presence of Ti7 test data
* d6a8dd4f73dda2afdd50d792ae1d34526a366f8d Merge pull request 63 from dzenanz/master
* 4891027f761553db43dc3a1aaba214378a0cfc97 BUG: fix crash which ocurred with VNL FFT back-end. Closes 39.
* 40cf8549995a89bb4edbc713fc7d5148e603b789 BUG: set maximum prime factor for FFTs to 5, because that is VNL's maximum
* f747ea725777ae3be86d91d7ed4a6d4383e1fb5e ENH: add raw version of Ti7 test data-set. Also add both `TileConfiguration`s
* 5209d89f592cf7032b0dfd9251fa5e2cf194c1fb STYLE: move 1004.tif and 1005.tif one level up
* c28fbb52bd0e9957a5b3f1d0c31786ac6be2436e BUG: restore more thorough synthetic testing. Closes 39.
* 10ce55d33b4510d84b13a8dc3d27030c802b6d84 Merge pull request 62 from dzenanz/master
* a7961c3ae3f0a3093d4ca6b0f9304b8b572e89a1 ENH: review feedback
* 5b8457100a34ac199b3faecaa5d245ec0026f70a ENH: making the synthetic 3D test's solution unique
* f21de9dd96c0fcb4828e491bdf9c338289dfdff7 ENH: disable this pixel-precision test for now
* 1817d2f86cba35e5e933719eb13edfac041a3ea5 ENH: enable zero suppression. Closes 45.
* ff23144ed18e905cd60ef81d3179dcbf99b616c7 ENH: expose N offsets in MaxPhaseCorrelationOptimizer
* 1731591d35870c9773bb613e30c29b7020269b35 ENH: using N maxima calculator
* c581aa488a2ba2526f3f468cc0439bdeba4f5847 ENH: adding class to compute N minima/maxima
* f230ff6e5044293c40aaf224a9f027388557040a ENH: limit greatest prime factor to 7. Closes 61.
* 011a84f7c56f5aa9635cd6d68c2494d295d97e2f STYLE: remove unused methods
* c3cabfd23a776156c380f690ec2f9b627367bcbf ENH: support band-pass filtering in phase correlation operator. Closes 43.
* 37dcff31fe6f2166edf6a55d1cc490046ca28d91 ENH: adding 3D synthetic test case with cuboids
* 6b0a47fccd2e3e661974661f657ac8890bbb4f64 ENH: adding synthetic pair-wise test containing 2D rectangles
* ddd9a9f41a227ccc9e9fc53b4ebafe3be859a0dc ENH: adding a few more one-to-one image registrations
* b0fc4510e95aa990237985fa7f7090bcd3180fb0 ENH: mirror with exponential decay is now default padding method in tests
* e5be37114310c88b7379d19ed6788d3e047040ad ENH: output less verbose class information by default
* 61496efd8d44d71063a2d43684f42da42a086d4b BUG: transform position only once
* 4efb2421012439b777eba6f6dcce7f2a0f6b0e31 ENH: introduce forced padding before FFT step. Closes 42
* 4ace57dc15641631cb3bbe9bbae7eb5618babac9 ENH: changing default padding method to mirror with exponential decay
* f65da6ce42ade70d39ebcb938c8706c597ffe4e4 ENH: allow streaming to be enabled per test
* 9e0cd9248b431032214fb689719bb6c8339e86c4 Merge pull request 59 from dzenanz/master
* 5fcd4f985a48f9eded4d1c47000e74d88e668da3 BUG: prevent crashing due to mutexes being moved during vector reallocation
* 907f0f429f1aae6348bcba101855bceadbde0235 STYLE: shorter test names
* 8d63671649e4086540148b79c190cbaa5e10b9d2 ENH: Add an option to not try all peak interpolation methods
* 13026714acf555feb55f4367076c520c68034952 ENH: adding single rotation of Ti7 slice 36 as a test case
* f675e0dca2287eb56b4d2bbc3d3e23edce3e92d9 STYLE: use data management system for the accompanying text files too
* aa1e32cd7b83d01e4e84dcf3b93f9ecdff028dea Merge pull request 58 from dzenanz/rgbSupport
* 06bc87d7014b67302bfdd41c2747bbef1d32ebd2 STYLE: more general support for vector formats etc.
* 82c2984694f46d09fefd526cd5ce916563f40b0f ENH: round indices
* 5987ee53d4be7700ea78b229dc36c92149b8c05a ENH: adding separate accumulate pixel type
* 705544b858df3ce3c9aa632fc60b30d0c8d5586d ENH: use higher precision type to avoid overflow in large overlapping regions
* 6b32628349b97234a38fccf5c0613acd1bc8d1c9 ENH: making it compile with RGBPixel type
* 64415535a932d88dacc5abeff22a913e5d262bbf ENH: adding an RGB test using Visual Human RGB slice 1608
* 64224f05ff88c67f5eadf06ba8173565d8a600de Merge pull request 57 from dzenanz/master [ 55 ]
* 237e1d89c92e48a78c1bcc3383d14138a7584f6f BUG: fix incorrect resampling with streaming. Closes 55.
* f51bcb012cbe014536c4346a179f7eaaa45efda1 Merge pull request 53 from dzenanz/master
* 0b22607446cffacd78df174c4a0fc02eb2c85b04 BUG: setting the montage directly caused crashing
* ce0d70503658d1b245aec52f72603586f36cd60c STYLE: more descriptive variable names
* a9755c057b9abc9606e25f537e5674c7997222da BUG: cache is more thoroughly cleared
* e6f9ef8a3c4f556aa01ada83c5f851831f793bef STYLE: debugging
* f7e1072116a2926bcc4c6e3dee267bbca0b49766 ENH: register to adjacent tiles along all dimensions [ 47 ]
* 13529362e867a141bec27ac9b3f9798ec407c9aa Merge pull request 52 from dzenanz/master
* 4af3ef1893cec0ba4c30350987bf2e26abf5ca82 STYLE: renaming TileMerging into TileMergeImageFilter
* c5f8f5253d6af1bfc47743147542c657e0e65732 BUG: fix check for interpolation
* 4be25b261541a9a37c3dbdc2a332ebe8fc75d461 STYLE: renaming variables
* 0609655469d8c98bb41913c0a08f241fa5a46478 STYLE: expose debug functionality
* d7b068c618abb9b920753ebb0ca762b176624e42 STYLE: debug version updates progress too
* ec84df335c1eff14421c6fa56c0bf528cf53f46c COMP: Linux compile fixes
* 6d378746458d836ccce1fdb9ade4c7a99876bc7f STYLE: using ParallelizeArray instead of 1D region
* cf91c0303085698557a52fa2ef2606b632860aa5 ENH: better tile reading strategy, releasing data when no longer needed
* 7ae51e1a36764f1ede90b10d16053040be575e6e ENH: splitting resampling into a streamable filter
* 74acd38a24c380c31e8230caf43ca37b7ca92126 Merge pull request 50 from dzenanz/master
* f632f580022ecf0790c0e1dd10a5c73231e1a24a BUG: fixing ghosting in resampled mosaic
* 168d0cefe0c2d1bcc47461cf918a8ee7bb2a2787 BUG: writing transforms in montaging tests (for debugging)
* f281cdc823dad62e6e7a9afbd2195acf3df44782 ENH: allowing filename to be specified instead of providing images
* 6cf463a003182dade9f3875fe27a6c6d081f16d8 Merge pull request 41 from dzenanz/master
* ac6aca0077533254dd4a3c03622d40061fdbad26 STYLE: incorporating review suggestions
* 83cc61d132083d5e0440b18935eab3cb1859fb1d ENH: do big image creation (resampling) in parallel
* c45cd37fac078ece28f64f49b3be58d9a7749e08 ENH: move resampling one region into a separate method
* d5e719764ac13a79f9d9423433ad805180359d87 ENH: use the new (2018-05-14) multi-threading mechanism
* 32dd164c2198c03b4bf8441549c8fcf958658794 BUG: fix crash with minOverlap>0
* b7e449dd71aee761ea6c098eebe7f48423127d89 BUG: fix off by one pixel bug for no interpolation case
* 132edb22ace23eb0a8b062e41bda765cb3150fdb ENH: adding ResampleIntoSingleImage
* 8fb89ac433e567814d32ac7961cfcbf2bfea83b8 Merge pull request 40 from dzenanz/master
* 497451210af1028e0c65187806a5f3830594035f COMP: Linux compile fix
* 728c0fab0a2b51d45a257b5f7be8ce60ade603c1 STYLE: remove redundant method MontageLinear
* f90dfbe332b1daeba86b9629e9732e0d5ecaa345 ENH: adding a montaging class
* 750e44e0d4f87a91294b5b4895c853540f21267b Fixing bug: all cached FFTs would point to the same image, caching didn't work for movingFFT
* 76710d4788c61f7946100bc0e96310b7ef1234f0 Merge pull request 38 from dzenanz/addNoisyTiles
* d82ecfbf7c37e21e31943fdfa30233b71a2ee24b BUG: avoid exposing internal bug so we can have successful CI testing
* 3a41046205b361c0fc615ee8b6d251fcdb958887 ENH: adding NoisyTiles test
* 973b4257aa0bd516de4898669e95f693248d7a27 STYLE: moving ITK_DISALLOW_COPY_AND_ASSIGN to public section
* b0c55614a82dd67522cc0c6808a7ef456827a5e6 Merge pull request 37 from dzenanz/master
* 1d5d0061b4defefb7201c994ec1f0c3dcb4615c6 ENH: exercise PeakInterpolationMethod in synthetic test
* 92206ae4c462a8c6fc8855a965e716a7d1493eb1 Merge pull request 35 from fbudin69500/compilation_error_python_wrapping
* 6c57ba43bacc3aa1849e6b7d937f0669a86ef48f Merge pull request 36 from dzenanz/master
* 06c2a2c305b3b2ad51d25e264818a76e30153f31 BUG: the ground truth coordinates have been updated, but their order changed
* a5c09bfb64bef0aa0523aefd7ccf666388a4f3e7 Merge pull request 34 from dzenanz/master
* 6ad94236edc4506bce6d2452a86fde05125fe86e BUG: Remove compilation error "no viable overloaded '='" with Python wrapping
* ea39db6b0d32913a4a16c277e598412368f659f7 ENH: testing peak interpolation methods
* 5e1ac804e0a0449f6df4d7a142d5e9ec13a2372b ENH: adding parabolic and cosine peak interpolation methods
* 9d43d56489cf0a9738107efd81adcdeefe16a005 ENH: use all OMC data for tests
* f3d27b01a168d497578049806722faaf9deca846 ENH: adding all OMC test data
* 18439a81bc3d5666e5b6f4b83eba0a2aa5f39c2c Merge pull request 33 from dzenanz/master
* ee986d6a578c70ecc45f3e18326b6f8e9e779a61 COMP: replacing MD5 hashes of test data by SHA512 hashes
* 277f99c568fae7f6cd11c402c7aaee58b272f15c COMP: fixing Linux & Mac compile errors
* dff179830d9502288ac1fa2f6952c55126442785 ENH: test all padding methods in OMC test
* 2cfb0bc9f32c2c6694733ac414b552871c38eb24 STYLE: renaming synthetic test
* 03eac505a9d4bd183856bac1838c7a8ec948a58c Merge pull request 31 from dzenanz/master
* 5eba8b27f60cf57dc730eb0bf7b7b3ac53693e79 Merge pull request 32 from dzenanz/addOMCtest
* d4a31addeaa4e85cc39824265412d8cecc938205 COMP: declarations inside the main test function to prevent duplicate symbols
* 87fbe2d1411c97c780a34cc03a7150eaf50497a5 ENH: adding OMC data and properly referencing it from CMakeLists.txt
* f4aebbb713b01286941a0e999dec305887721494 COMP: adjusting to ITK change of MirrorPadImageFilter
* e97e6ffba3307d31f63d22ee881644e9c8790a90 BUG: fixing segfault in a should-fail test
* 5e2e875750ee38b7caa0a9d91482ec20a7e39e55 ENH: support caching of image FFTs
* 88e93445f159015a7bf16070c95faa27cc4e375d STYLE: improving output formatting
* 1beff68a6b59381351ff9bbb0ad117d02422ca1c BUG: fixing error formulas
* 50d88ca3ad57b1fcba34a81a9a54f7eb0e273054 ENH: adding OMC ground truth test (sharing code with Tiles)
* b77c48e0029071201f60fc3a470459f2572cab3a Merge pull request 30 from dzenanz/master
* 89ad0258f736ed9a313720c5923ccb1c23a39f8a STYLE: reduce number of test failures by increasing tolerance epsilon
* 8438d982b46ba30b7de8b2554432d6d9bfaac020 ENH: add exponential decay option
* d1f498e0f3441bfb75b57eef0d6dc06f0c297612 Merge pull request 29 from dzenanz/master
* 807f8ae68a5c050e01e3f00dc0e34029acbea39c ENH: use different padding methods in tests
* 1339036ededdf2d8103c271a95e9e48457d50955 ENH: adding support for different padding methods. See 12.
* edef30e22a89ea938e21b8c9b918abf642899c7c ENH: Add support for PadToSize parameter. Closes 11.
* 3165a416354101b866fd0c703da8108b02566384 STYLE: replacing typedef by using
* 32529400592246e319be8b8d992e4ca084dbc47b ENH: deleting old work-in-progress
* 2d9935c18384881db2f31278d5798bae3fa7d2ae ENH: making RoundUpToFFTSize a separate method
* aa3e53463eb3597faaa3e87e8f790482320716fe Merge pull request 28 from dzenanz/master
* 683179c9b3217f3b578e92e8b39efb9a1e41e0ad COMP: fixing Linux compile error
* fca5e81b861e4320ece4d7d219e58d2b93d528cc Merge pull request 27 from dzenanz/master
* b5cc5722933cc03d7c4dbfd84b5922eb314603c3 BUG: passing initial position and fractional ground truth to the test
* 00701e68fb8781981fdd6f1ed4e7a8fe78728cad BUG: fix huge errors in Tiles test
* 5c55f742016ace2abaf996586506533c9e267dc7 Merge pull request 25 from dzenanz/master
* 79a3cc8aeae80ae35707277976b4d1ba785326d8 ENH: adding a test with a mini-montage with ground truth
* 597d202bf78c96a160098cffb2f41214d92e1bcf Merge pull request 24 from dzenanz/master
* ae4ee245e698d32ea65cc57422050a7a2881688c BUG: increasing tolerance to almost 1 in order to pass tests
* 3d0dd92dd3502ab61eec877a8e9d71963c2a9f79 ENH: synthetic test utilized multiple sets of coefficients
* 126985a687042a4d8a079131bdd89a4759215dd4 BUG: fix a bug when inverse FFT tries to reconstruct even size
* 27c49a565dceb5a5022c55de90e37836792951ba ENH: synthetic test tests several sizes
* 51367fcc881edff89dbcbae85677626da2eac293 STYLE: replace typedef by using and condense multi-line declarations
* c3618ad0351d3c729bffa314e5fde257dc56d888 Merge pull request 18 from dzenanz/testing
* a8c6fd827c3f10f28cbe37a0ad249f147ac26f4d STYLE: cleaning up unused include
* d22fa1b97b49e108d99881929be43e2c9f3280c9 COMP: fixing Linux compile error
* fdf73af5bf63b777e020cdcd4a28ae6a40f1162b ENH: specify a filename for calculated transform
* 82da948cc79b297e10a9773bf76dc4725614776c ENH: test exceptions throwing for mismatched spacing
* 59af5db5153b32aee5ff23d8988dfa0eb0b44899 ENH: simplify the test and remove testing of different spacing
* 8d956f601f6ff656efde1eb69841ecec404f3231 ENH: improve documentation and add useful exception messages
* 1d95d46eeb63caabef245940cf232b4dc95800e1 STYLE: give proper name to parameters
* 39abc118ba4985e15824b41be5b1237592f790e1 ENH: allow easy testing of resampling correctness
* 93f744c88e8a8477694632258aea046115c0841f BUG: write out transform
* 183001b3f253658ea914260fa0ee626d9635daa0 BUG: fixing bug about handling differing image origins
* 91a5e1a85b3262468b0ad4dccb9509f5500cd345 BUG: fixing bug introduced by cropping
* 027aaa041344c6dac97249208a8245401176bb2a BUG: Discovered bug unrelated to resampling
* 3128cf4b80e5b90b5da58d7385967cb8ffdf4aed ENH: directly generate sphere images with different parameters
* 9a14c78120bbe17a7e5e1738d336df91af4ca3e2 ENH: writing debug images
* e26eb2da338d1499f9991e2518c10acdcfe4ad54 BUG: Using rounded, but correct ground truth values
* c0b24120c43a7671fccfefc6668109d6a0484031 BUG: Address padding / cropping and simplify
* 35ca6c78c21bd3ebd82f297ef70b348929337f48 BUG: Pad images for FFT backend supported greatest prime factor [ 10 ]
* 552d468afff903d6822afabdbd3b412eca56ef24 ENH: Output the phase correlation image
* 13989fde265cb6a38818ae7c5bf7a74ae03ab055 ENH: itkPhaseCorrelationImageRegistrationMethodTestFiles pass expected translation
* db5b6f165c84296e355efe4a19aa65e8ca45b072 STYLE: Use nullptr in PhaseCorrelationImageRegistrationMethod
* 6955c5a3acaad0d45fefd2d2cd9d14ecc0074805 STYLE: Replace vcl_* calls with itk::Math
* 3d886a8f8fa033c9bfe21c5d00ec442f04b9bd29 BUG: Remove the FullMatrix flag
* ab160e5de25dbeefa4ac00eccbf3692f61487dd9 ENH: Add itkPhaseCorrelationImageRegistrationMethodTestFiles
* 41fe0a34f08bf6c1757c9574b3f64578428a6f08 COMP: C++11 fixes
* f75c49d8097472b3fc33797de88514fdbd1e7c8a Merge pull request 17 from dzenanz/master
* 5e1e09132867dc200a89bc3d48f8c74cae2294d4 Using itkGetConstObjectMacro, fixing errors of the style:
* f0ebd5c47d3c537f36ec4381251acdd39acd0526 Merge pull request 14 from thewtex/pad
* 179734efd2733158a27e5cc3518a9811c4a76572 DOC: Update padding documentation
* 2cc5d03fac551e3339c0c074b4e1f0def01dbf94 Merge pull request 9 from fbudin69500/typo_usage_example
* 2d315fa65d60085f8cac23c3d745a9bf53893701 DOC: Typo in usage information of example.
* 998b99095adbea1f4d8d9a01ef9b476af1913bb7 Merge pull request 8 from thewtex/description
* d699cad4052a45c1948249615a9a7b807b9aea57 DOC: Update FFT class names
* 1e1fbc13fae5670b8fb7849b12be94cacb264021 Merge pull request 7 from thewtex/afrl-acknowledgements
* 9b5d878c635eea7c769f2474fcd372c4761e2cdb DOC: Add AFRL contract to Acknowledgements
* 468a6291b72f4aed3bc447272a606aa6059e61ac Merge pull request 6 from thewtex/example
* 84663111004ba858a289bb7abeb1c22544e4d3aa ENH: Import the PhaseCorrelationImageRegistration examples from the IJ article
* e6338116fbdd24b74ffe6d30969fdccffcf9652d BUG: Remove old test invocation
* 7a1a250a36e1e2b1c838c778b8e909c113d7b474 Merge pull request 5 from thewtex/paper-link
* 6fe0df0a23ede8be82888e0823ede1737b1e4714 DOC: Add link to Bican paper and merge README's
* 2160fb3957d59a4a8f8e78e356c0fb9e38be0b15 Merge pull request 4 from thewtex/tests
* 847f88a70861282632c0301f176f0bada153bcb0 DOC: Remove 2D specification in test (can be 2D or 3D)
* 12826c0941eef84dd55aff188556c5f67ddfad3a Merge pull request 3 from thewtex/visualstudio-size
* 4f9819dd432b96deac84098c1dadaad363f8abba STYLE: Fix up MontageKWStyleTest for itkPhaseCorrelationImageRegistrationMethodTest.cxx
* ca9342d42ff82134ad3d8c1788bef9104ed8984e ENH: Test additional pixel types
* 801b965c2326c0f6d8e5c51b6440042fc1531c66 ENH: Import IJ article PhaseCorrelationImageRegistrationMethodTest
* 4cd979dc09c319679015cbb18dc76ee95c7ee0d8 COMP: unsigned long -> itk::Size conversion on Windows
* 793787265086560db659391241c0ead0a28a7372 Merge pull request 2 from thewtex/module
* f19beff2af42f0893d909dda9defc23db119cca3 COMP: Remove non-ascii characters
* d0c03ab679a998145c89a7e143f372d3995323d5 BUG: Add missing ITK_TEMPLATE_EXPORT specifiers
* ddfc759782fa4055a563c1051559a047d88de740 ENH: Add wrapping, change PhaseCorrelationOperator template arguments
* eae56b62a381e2d0d8b222e263091db06d6290e6 DOC: Address MontageInDoxygenGroup test
* 4537d26a3008299ea9245c9ff7664513d84208d9 STYLE: Address MontageKWStyleTest
* ff8bf1d770af13c146408817e4f456ce28c138c3 COMP: Pass header tests

This list of changes was [auto generated](https://dev.azure.com/InsightSoftwareConsortium/589c7c69-a644-4c41-8c80-35e059deabd5/_release?releaseId=32&_a=release-summary).</details>

latest


Changes:

* b91c5e0a183050c8ccf27a5e863a71e937fb42fd Merge pull request 156 from dzenanz/master
* 3573100b5b2650f047e7c2a83017e9ea0a019970 BUG: correctly handle tiles with non-zero starting indices
* ce5cb1336580a9174d966798385aab94447ba89f Merge pull request 154 from InsightSoftwareConsortium/zenodo-badge
* 051392122498fe326fa7cede56746c7215cdaf33 DOC: Add Zenodo DOI badge

This list of changes was [auto generated](https://dev.azure.com/ITKMontage/20af96ed-85f3-43ef-a753-aee2fd0f4f10/_release?releaseId=29&_a=release-summary).

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.