Commit Graph

  • 32578b3156 Merge pull request #312 from ahojnnes/dependency-fix Johannes Schönberger 2012-09-11 00:07:35 -07:00
  • cd4d50de72 Remove scipy build dependency Johannes Schönberger 2012-09-11 09:04:49 +02:00
  • d8ddcb1c32 Merge pull request #305 from ahojnnes/setup-import-warning Stefan van der Walt 2012-09-10 12:45:06 -07:00
  • 1e11dfa408 Merge pull request #308 from ahojnnes/doc-font-size Stefan van der Walt 2012-09-10 11:41:49 -07:00
  • 67a238d027 Merge pull request #306 from tonysyu/doc-negative-dtypes Johannes Schönberger 2012-09-10 00:26:39 -07:00
  • dc90c7a84f Make font-size of documentation smaller Johannes Schönberger 2012-09-10 09:06:06 +02:00
  • 1fc7729f9a Merge pull request #307 from kuantkid/inlinedisplay Johannes Schönberger 2012-09-09 22:59:21 -07:00
  • 554487f9de FIX: issue sign loss warning only for signed type kuantkid 2012-09-10 13:22:38 +08:00
  • 07b258e208 FIX: multiply by the maximum value may change dtype kuantkid 2012-09-10 13:11:27 +08:00
  • 61be60cace FIX: early fix for dtype conversion from bool to other type PR #306, Issue #263 kuantkid 2012-09-10 12:51:50 +08:00
  • 2c55732fba DOC: float dtype changed from (0, 1) to (-1, 1). Tony S Yu 2012-09-10 00:27:30 -04:00
  • c3b5cd1023 DOC: Add note about negative dtypes Tony S Yu 2012-09-10 00:25:52 -04:00
  • a218b6c883 Merge pull request #302 from ahojnnes/pyramids Tony S Yu 2012-09-09 15:22:54 -07:00
  • 7766838d78 Remove unused import Johannes Schönberger 2012-09-09 22:15:15 +02:00
  • a080624c7d Move comment to correct code Johannes Schönberger 2012-09-09 22:14:42 +02:00
  • d922c962e3 Add another reference to laplacian pyramid Johannes Schönberger 2012-09-09 21:36:56 +02:00
  • 35ef270606 Update legacy comment Johannes Schönberger 2012-09-09 21:36:21 +02:00
  • 0f175a86b2 Fix bug in laplacian pyramid caused by renamed variables Johannes Schönberger 2012-09-09 21:34:42 +02:00
  • 8a75cc4626 Update description of collection viewer example Johannes Schönberger 2012-09-09 21:01:11 +02:00
  • 43afda1fa0 Use gaussian pyramid function for collection viewer example Johannes Schönberger 2012-09-09 20:02:25 +02:00
  • c86d9196d8 Add information about return dtype Johannes Schönberger 2012-09-09 19:55:46 +02:00
  • f011a816e5 Update short description of pyramid functions Johannes Schönberger 2012-09-09 19:50:59 +02:00
  • b812faf369 Remove default parameter values from doc string Johannes Schönberger 2012-09-09 19:49:04 +02:00
  • c9fd1f3dd0 Add doc string to helper function _smooth Johannes Schönberger 2012-09-09 19:44:13 +02:00
  • bab2f715dd Use more readable variable name for image Johannes Schönberger 2012-09-09 19:41:06 +02:00
  • 2206681a89 Update pyramid example with longer description Johannes Schönberger 2012-09-09 19:40:28 +02:00
  • f2a256ec9b Implement own dependency checking before installation Johannes Schönberger 2012-09-09 19:35:39 +02:00
  • 38f0ca3dbc FIX convert to (unsigned) integer from bool type kuantkid 2012-09-09 23:19:29 +08:00
  • af0a866591 Merge pull request #304 from ahojnnes/contours-array-fix Tony S Yu 2012-09-08 12:35:25 -07:00
  • ab58ed0ce1 Improve code layout Johannes Schönberger 2012-09-08 20:02:53 +02:00
  • cc5533b17a Add dependencies to setup process Johannes Schönberger 2012-09-08 18:49:21 +02:00
  • 757c4972b7 Add test case for memory order Johannes Schönberger 2012-09-08 18:28:32 +02:00
  • c477c7b2ec Remove unnecessary C-contiguous flag Johannes Schönberger 2012-09-08 18:23:40 +02:00
  • 6142df6531 Update doc string return type of image pyramids Johannes Schönberger 2012-09-08 17:24:11 +02:00
  • 8e14f5f073 Add missing 0th layer of laplacian pyramid Johannes Schönberger 2012-09-08 15:24:14 +02:00
  • e6675dcda6 Add example script for image pyramids Johannes Schönberger 2012-09-07 19:07:58 +02:00
  • f078854197 Rename factor parameters for better comprehensibility Johannes Schönberger 2012-09-07 18:57:36 +02:00
  • bccbc36b91 Use consistent dtype for all levels of pyramid Johannes Schönberger 2012-09-07 18:47:50 +02:00
  • 2780ae63e2 Make pyramid functions generators Johannes Schönberger 2012-09-07 18:33:43 +02:00
  • b7e965eec0 Fix singleton dimension for 1 pixel image Johannes Schönberger 2012-09-07 18:26:57 +02:00
  • c42b3d656d Fix wrong factor in pyramid_expand Johannes Schönberger 2012-09-07 18:11:48 +02:00
  • df75606626 Merge pull request #303 from jaberg/local_logger Stefan van der Walt 2012-09-06 09:59:40 -07:00
  • ed8f214a95 ENH: default logger blocks messages from global handler James Bergstra 2012-09-06 10:57:21 -04:00
  • 560dac26d6 FIX: configure just skimage logger on import James Bergstra 2012-09-06 10:43:38 -04:00
  • 72623c672d TST: Add Travis configuration based on nipy's. Stefan van der Walt 2012-09-05 07:57:08 -07:00
  • 5a632dda3f STY: Clean up formatting and remove repeated imports Tony S Yu 2012-09-04 23:21:27 -04:00
  • d98a92a603 ENH: Set viewer min-intensity to zero when possible. Tony S Yu 2012-09-04 23:04:32 -04:00
  • db5647285f DOC: Add quickstart for viewer to User Guide Tony S Yu 2012-09-04 23:03:16 -04:00
  • eaed3dff1e Add tests for pyramid functions Johannes Schönberger 2012-09-05 15:18:08 +02:00
  • c570855209 Rename file of pyramid functions Johannes Schönberger 2012-09-05 15:07:46 +02:00
  • b7ac633a5e Add missing references Johannes Schönberger 2012-09-05 15:06:24 +02:00
  • 0344e51d40 Add function to build gaussian and laplacian pyramids Johannes Schönberger 2012-09-05 15:03:14 +02:00
  • 4449df2658 Merge pull request #300 from tonysyu/viewer-qapp-fix Stefan van der Walt 2012-09-04 23:36:39 -07:00
  • d1e012ea30 BUG: Initialize QApplication when creating Plugin. Tony S Yu 2012-09-04 22:07:59 -04:00
  • fe41023370 STY: Refactor initialization of QApplication. Tony S Yu 2012-09-04 22:07:25 -04:00
  • 3b6d7adf81 Merge pull request #299 from ahojnnes/regionprops-coords Johannes Schönberger 2012-09-04 08:42:24 -07:00
  • d7bf0c5fc1 Add Coordinates property to property list Johannes Schönberger 2012-09-04 17:40:54 +02:00
  • 2ab3e2dfb3 Merge pull request #298 from tonysyu/edge-masking-tweak Johannes Schönberger 2012-09-04 07:13:39 -07:00
  • 367e39094c STY: Rework masking based on suggestions by @ahojnnes Tony S Yu 2012-09-04 09:35:35 -04:00
  • 6c9810c6e9 Refactor masking Tony S Yu 2012-09-03 22:50:57 -04:00
  • bd2f8ac3d3 DOC: Add note about expanded masking Tony S Yu 2012-09-03 22:36:11 -04:00
  • 852481e055 TST: Add tests for masked region Tony S Yu 2012-09-03 22:27:51 -04:00
  • ef5e31d03d Merge pull request #297 from ahojnnes/piecewise-affine Stefan van der Walt 2012-09-03 14:32:38 -07:00
  • aff606998e Add mesh points to plot Johannes Schönberger 2012-09-03 23:06:59 +02:00
  • 53edb67dd3 Add example script for piecewise affine transform Johannes Schönberger 2012-09-03 22:49:09 +02:00
  • e16a6d32dc Fix typo in polygon example script doc Johannes Schönberger 2012-09-03 22:07:10 +02:00
  • 05ae17e0d5 Add test cases for piecewise affine Johannes Schönberger 2012-09-03 22:05:12 +02:00
  • 677478873c Fix inverse piecewise affine Johannes Schönberger 2012-09-03 22:04:57 +02:00
  • f79012fe22 Add note about coordinates outside of mesh Johannes Schönberger 2012-09-03 21:49:14 +02:00
  • 65879a2cde Fix fast warping of images Johannes Schönberger 2012-09-03 21:46:14 +02:00
  • 3f7d962206 Remove unnecessary params section in doc string Johannes Schönberger 2012-09-03 21:41:53 +02:00
  • d541ebac17 Implement inverse transformation for piecewise-affine Johannes Schönberger 2012-09-03 21:41:16 +02:00
  • 33151f4349 Add missing doc string for inverse transform Johannes Schönberger 2012-09-03 21:40:45 +02:00
  • c1f3515e00 Speed up transformation of piecewise-affine Johannes Schönberger 2012-09-03 21:29:19 +02:00
  • 7983f354b8 Apply PEP8 and improve docs Johannes Schönberger 2012-09-03 21:17:46 +02:00
  • 87a3025196 BUG: Add missing imports in transform module. Stefan van der Walt 2012-09-03 10:09:13 -07:00
  • b7cc8d5d2c Merge pull request #286 from TimSC/master Johannes Schönberger 2012-09-03 09:31:24 -07:00
  • 6e3d460b3c STY: Rename tests. Tony S Yu 2012-09-03 08:03:57 -04:00
  • 3e3e0928d7 Wrap long line Tim Sheerman-Chase 2012-09-01 12:41:23 +01:00
  • ea5fe5ff9c Setting _matrix to None, because the transform is not of this form Tim Sheerman-Chase 2012-09-01 12:38:25 +01:00
  • 839442aad2 Improve comments Tim Sheerman-Chase 2012-08-31 22:53:39 +01:00
  • 5617bc563f Improve comments Tim Sheerman-Chase 2012-08-31 22:47:59 +01:00
  • 07d4e333f0 Update doc strings with piecewise affine Tim Sheerman-Chase 2012-08-31 19:12:57 +01:00
  • be1143046b Achieved functional piecewise affine transform Tim Sheerman-Chase 2012-08-31 19:06:26 +01:00
  • 92f8643218 Initial work to introduce piecewise affine transform Tim Sheerman-Chase 2012-08-31 18:40:17 +01:00
  • f2246027fd STY: Clean up imports Tony S Yu 2012-09-03 07:55:05 -04:00
  • 2949d18247 Merge pull request #295 from tonysyu/doc-cleanups Stefan van der Walt 2012-09-02 22:12:13 -07:00
  • dfbbb4d766 Merge pull request #279 from emmanuelle/fix_doc Tony S Yu 2012-09-02 17:13:24 -07:00
  • 427a79fc6a STY: Clean up whitespace Tony S Yu 2012-09-02 19:32:45 -04:00
  • 2ce8d897ab DOC: Integrate uncompleted Scipy2012 Sprint tasks Tony S Yu 2012-09-02 19:27:51 -04:00
  • 3321e94d1d DOC: Wrap long lines Tony S Yu 2012-09-02 19:23:41 -04:00
  • 52b5383b09 DOC: Fix rendering bug. Tony S Yu 2012-09-02 18:50:16 -04:00
  • 27cac73e16 DOC: Fix section titles to match numpy doc standard Tony S Yu 2012-09-02 18:33:38 -04:00
  • d67e81742d DOC: Shorten plugin description so it fits in table Tony S Yu 2012-09-02 18:10:14 -04:00
  • 84ac91927d DOC: Fix citation syntax Tony S Yu 2012-09-02 18:03:55 -04:00
  • 398344787f DOC: Reformat shape argument Tony S Yu 2012-09-02 17:52:36 -04:00
  • dc10efe4e1 DOC: Fix formatting to prevent Sphinx warnings Tony S Yu 2012-09-02 17:51:37 -04:00
  • 1d91ed98ff DOC: Fix Sphinx warning. Tony S Yu 2012-09-02 15:50:32 -04:00
  • bfa6f05e1f DOC: Change title to match numpy docstring standard Tony S Yu 2012-09-02 15:49:43 -04:00
  • ec22dba257 DOC: Fix Sphinx warnings for regionprops Tony S Yu 2012-09-02 15:46:39 -04:00