Commit Graph

  • 7665281c4a Lowercasing variables; removing unused import; replacing _remove by _mask Ankit Agrawal 2013-08-12 16:27:35 +05:30
  • 0b37611df6 Fix several bugs in DoB method and improve overall code quality Johannes Schönberger 2013-08-11 11:02:24 +02:00
  • 157c22bbc9 Changing _remove_border_keypoints to _mask_border_keypoints Ankit Agrawal 2013-08-09 14:54:41 +05:30
  • 1bd261c23f Replacing int32 by intp Ankit Agrawal 2013-08-09 00:44:18 +05:30
  • 62eb4ef998 Filtering out border keypoints using masking Ankit Agrawal 2013-08-09 00:42:58 +05:30
  • 4f109d18e2 Returning mask in _remove_border_keypoints Ankit Agrawal 2013-08-08 23:55:44 +05:30
  • 6fc84dc7e6 Removing print statements Ankit Agrawal 2013-08-08 23:50:29 +05:30
  • 1227507c9e Actively filtering border keypoints for all the scales part 2 Ankit Agrawal 2013-08-08 18:08:49 +05:30
  • 963f681e48 Making the code compatible with Python 3 Ankit Agrawal 2013-08-08 11:26:53 +05:30
  • fb4050ed37 Reverting back to last but one commit Ankit Agrawal 2013-08-08 09:57:01 +05:30
  • c9a93a1ce3 Debugging Travis error Ankit Agrawal 2013-08-08 07:51:03 +05:30
  • 3752f19cf9 Adding tests for all the modes in censure Ankit Agrawal 2013-08-08 05:57:55 +05:30
  • 4b0b342ead Actively filtering border keypoints on all scales Ankit Agrawal 2013-08-07 14:55:32 +05:30
  • c3e18b0aee Assigning boolean to the feature mask in line suppression Ankit Agrawal 2013-08-06 20:46:41 +05:30
  • 14411590bf Correcting the imports Ankit Agrawal 2013-08-06 20:38:08 +05:30
  • 91bb4baaf8 Making the docs more explicit Ankit Agrawal 2013-08-06 20:36:05 +05:30
  • 54247e3a26 Putting constant variables outside the definition Ankit Agrawal 2013-08-06 20:29:49 +05:30
  • 5f46fd01be Correcting a bug in Line Suppression Ankit Agrawal 2013-08-06 19:45:44 +05:30
  • bea9aa4414 Changing the variable names of constant objects Ankit Agrawal 2013-08-06 05:12:25 +05:30
  • ccbca1349b Fix bugs in censure keypoint detector and improve code Johannes Schönberger 2013-08-05 23:34:16 +02:00
  • 54f9b06e46 Returning the keypoints and scales separately Ankit Agrawal 2013-08-05 23:02:23 +05:30
  • 87ef133e80 Replacing threshold by nms_threshold Ankit Agrawal 2013-08-05 13:26:59 +05:30
  • 973ab0a548 PEP8 corrections Ankit Agrawal 2013-08-03 14:14:35 +05:30
  • 8ef8ba59d0 Making the weight calculation statements more readable Ankit Agrawal 2013-08-02 19:02:16 +05:30
  • 212874fae3 Adding the STAR mode Ankit Agrawal 2013-08-02 13:35:29 +05:30
  • 361652cec2 Added a NOTE explaining the preference of convolve over slanted integral image Ankit Agrawal 2013-08-01 01:11:26 +05:30
  • 6472dd1076 Wrapping the long lines Ankit Agrawal 2013-07-31 23:40:23 +05:30
  • 599ce8f7bd Remove all the slanted integral image functions and the vivid graphics from censure.py Ankit Agrawal 2013-07-31 23:20:59 +05:30
  • 5ee71cba9b Reverting back to non-debugging mode in Cython Ankit Agrawal 2013-07-31 23:16:47 +05:30
  • 344374e290 Removing slanted_integral_image Cython functions for mode=Octagon Ankit Agrawal 2013-07-31 23:15:45 +05:30
  • 3318886ff3 Using convolve in _get_filtered_image for mode=Octagon Ankit Agrawal 2013-07-31 22:40:12 +05:30
  • 7478f2c796 Correcting indentation Ankit Agrawal 2013-07-31 21:40:25 +05:30
  • 4d9baceb8a Documenting the code; Removing ascontiguousarray statements Ankit Agrawal 2013-07-31 17:05:25 +05:30
  • 555da870fe Renaming *_wt to *_weight; correcting the object type of n in _censure_dob_loop Ankit Agrawal 2013-07-31 13:18:04 +05:30
  • ec7ea0007c Changing no_of_scales to n_scales Ankit Agrawal 2013-07-31 12:59:35 +05:30
  • 6c1424732b Removing unnecessary array pre-allocation Ankit Agrawal 2013-07-31 12:58:07 +05:30
  • 7df7f3a1f0 Removing unnecessary data-type conversion Ankit Agrawal 2013-07-31 12:56:07 +05:30
  • 3b9ee0094d Commenting the sigma passed to _suppress_line Ankit Agrawal 2013-07-31 12:55:04 +05:30
  • 8c38b5c031 Correcting the docs and making them explicit Ankit Agrawal 2013-07-31 12:50:52 +05:30
  • 50a18383df Adding doc for the different modes of _slanted_integral_inage_modes Ankit Agrawal 2013-07-31 12:40:49 +05:30
  • efba964dde Fixing many bugs; Working Censure for mode=Octagon Ankit Agrawal 2013-07-31 05:34:03 +05:30
  • 345c1690cc Trying to debug the Segfault-3 : Making the arrays C-contiguous Ankit Agrawal 2013-07-30 22:14:23 +05:30
  • f75fbb986b Trying to Debug SegFault : 2 Ankit Agrawal 2013-07-30 02:54:50 +05:30
  • 4a19b60721 Trying to Debug the SegFault Ankit Agrawal 2013-07-30 02:32:24 +05:30
  • 6243d4bc09 Trying to resolve Cython TypeErrors Ankit Agrawal 2013-07-29 22:58:30 +05:30
  • 5ecbb57e82 Adding the docs for censure_keypoints Ankit Agrawal 2013-07-29 22:57:13 +05:30
  • 7c32dc0c15 Cythonizing the for loops Ankit Agrawal 2013-07-29 17:16:15 +05:30
  • d15741c58c Cleaning up the non-Cython version for mode=Octagon Ankit Agrawal 2013-07-29 15:11:04 +05:30
  • 474c7382dd Removing unused stuff Ankit Agrawal 2013-07-29 09:24:38 +05:30
  • abb7bb65d4 Adding _slanted_integral_image. Removed _oct and _filter_using_convolve Ankit Agrawal 2013-07-29 09:20:56 +05:30
  • fdbdbfe108 Correcting the definition of Ratio of Principal Curvatures Ankit Agrawal 2013-07-28 14:13:09 +05:30
  • 25f89eeaa7 Correcting the expression of response in censure_keypoints() Ankit Agrawal 2013-07-28 13:52:07 +05:30
  • 1e4ae4609b Returning keypoints with the scale info Ankit Agrawal 2013-07-28 13:43:33 +05:30
  • 92864fdfb0 Removing hard-coding in censure_keypoints() Ankit Agrawal 2013-07-28 13:30:04 +05:30
  • ab729a00ca Removing time() statements and correcting types in censure_cy Ankit Agrawal 2013-07-28 13:10:44 +05:30
  • a0266c3834 Commenting out _filter_using_convolve Ankit Agrawal 2013-07-28 00:55:41 +05:30
  • 1bbeeb45d6 For loop for mode=DoB in Cython Ankit Agrawal 2013-07-27 16:34:28 +05:30
  • 1484b9a72a Correcting typo Ankit Agrawal 2013-07-27 02:07:19 +05:30
  • 3d9534b844 Added mode Octagon using np.convolve Ankit Agrawal 2013-07-27 01:58:36 +05:30
  • 97990fbea5 Adding TODO's Ankit Agrawal 2013-07-25 21:28:48 +05:30
  • c599b34236 Correcting import for a private function Ankit Agrawal 2013-07-25 21:06:17 +05:30
  • c40ab969af Line Suppression of the response Ankit Agrawal 2013-07-25 00:03:50 +05:30
  • 781bbaf5bc Added partial implementation of censure for mode=DoB Ankit Agrawal 2013-07-22 22:17:14 +05:30
  • 77165de55f Changed the 180 constant in bin calculation to avoid rounding errors Kirill Shklovsky 2013-08-14 20:46:52 -04:00
  • 2b43dab546 Added elements to the coffee picture docstring. Marianne Corvellec 2013-08-13 20:25:00 -04:00
  • 43cdaa5c36 Merge pull request #688 from ahojnnes/regionprops-bugfix Stefan van der Walt 2013-08-13 07:00:38 -07:00
  • f019ed1fed Fix missing label property description and backwards compatibility Johannes Schönberger 2013-08-13 14:59:24 +02:00
  • 111a992140 fix table formatting Matt Terry 2013-08-12 09:57:13 -07:00
  • 44b9cd178b Merge pull request #684 from sciunto/doc_fix_url Johannes Schönberger 2013-08-10 05:21:00 -07:00
  • 8b2f52da50 DOC: protect last character in URL François Boulogne 2013-08-10 13:57:24 +02:00
  • 35a33a9286 Merge pull request #682 from jni/slic-type-hotfix Josh Warner 2013-08-09 19:31:05 -07:00
  • 4edf227869 Change 'long' to 'int' in Cython docs Juan Nunez-Iglesias 2013-08-10 11:17:18 +10:00
  • fe02c18f3d Use Py_ssize_t instead of int in _slic_cython Juan Nunez-Iglesias 2013-08-09 18:43:24 +10:00
  • 946d892986 Merge pull request #676 from ahojnnes/regionprops-fixes Stefan van der Walt 2013-08-08 03:09:18 -07:00
  • d5db109afc Merge pull request #677 from ahojnnes/radon-example Stefan van der Walt 2013-08-08 02:33:15 -07:00
  • 2086e44977 Fix radon example script Johannes Schönberger 2013-08-08 09:01:06 +02:00
  • 01102f4de1 Merge pull request #669 from ankit-maverick/octagon Johannes Schönberger 2013-08-07 23:35:35 -07:00
  • 4f8d4ce3f2 Hide cached_property and caching flag Johannes Schönberger 2013-08-07 20:06:33 +02:00
  • fea0c3f56c Improve fromatting of regionprops doc string Johannes Schönberger 2013-08-07 20:04:19 +02:00
  • 3b6e799d76 Remove unused cached_property from _shared.utils namespace Johannes Schönberger 2013-08-07 19:38:41 +02:00
  • d5caf073e4 Merge pull request #674 from ahojnnes/region-props Stefan van der Walt 2013-08-07 08:35:22 -07:00
  • 6e8dcd3ddd Adding tests for smallest selem Ankit Agrawal 2013-08-07 12:12:23 +05:30
  • a84388ccdb doc cleanup Matt Terry 2013-08-06 06:38:50 -07:00
  • b40ef3ad7d Ensure array input to unique_rows is contiguous Juan Nunez-Iglesias 2013-08-06 22:45:52 +10:00
  • 909d4cb5f6 Add test to unique_rows for discontiguous arrays Juan Nunez-Iglesias 2013-08-06 22:45:21 +10:00
  • 92e70547fa Use asbolute import for Cython lib Johannes Schönberger 2013-08-06 14:39:38 +02:00
  • 01871c153d Remove legacy doc strings Johannes Schönberger 2013-08-06 14:34:36 +02:00
  • 9f8e904b66 Add note about backwards compatibility to TODO.txt Johannes Schönberger 2013-08-06 14:30:51 +02:00
  • d94c25efde Remove cached_property class from shared utils Johannes Schönberger 2013-08-06 14:28:28 +02:00
  • 918332c4c6 Refactor regionprops Johannes Schönberger 2013-08-06 14:27:37 +02:00
  • be14f0b28c Merge pull request #654 from josteinbf/radon-square-center Stefan van der Walt 2013-08-06 02:04:32 -07:00
  • 697d7dddf9 Merge pull request #666 from jni/slic-scaling Stefan van der Walt 2013-08-06 01:59:58 -07:00
  • 7fda9000c7 Add cached_property decorator Johannes Schönberger 2013-08-06 10:51:50 +02:00
  • d50af3f3bc unneeded asarray Matt Terry 2013-08-05 18:02:28 -07:00
  • 6455d9b6e9 Adding test for star Ankit Agrawal 2013-08-06 04:14:40 +05:30
  • 8569d73d57 Adding namespace Ankit Agrawal 2013-08-06 04:13:27 +05:30
  • 55d7eaa87d Improving the implementation of star Ankit Agrawal 2013-08-06 03:48:06 +05:30
  • 67165363bf Test for Octagon Ankit Agrawal 2013-08-06 03:38:52 +05:30
  • 060a4dd273 Minor doc changes Ankit Agrawal 2013-08-06 03:02:58 +05:30
  • e59a75bb4a cleanup Matt Terry 2013-08-05 14:20:20 -07:00