Wed, 26 Sep 2012 08:02:48 +0000 |
carandraug |
bwarea: accept any class and objects are all non-zero instead of all higher than zero
|
Wed, 26 Sep 2012 07:36:15 +0000 |
carandraug |
mean2: use other isimage internally
|
Wed, 26 Sep 2012 07:23:53 +0000 |
carandraug |
im2bw: added tests, use more of other functions, more input check at start, support for int16 input images
|
Wed, 26 Sep 2012 06:51:51 +0000 |
carandraug |
isgray: return true for int16 class
|
Tue, 25 Sep 2012 17:21:39 +0000 |
carandraug |
analyze75: code clean to follow standards, simpler code, checks, more documentation, and move of common code to shared subfunctions
|
Tue, 25 Sep 2012 12:41:30 +0000 |
carandraug |
analyze75: new functions analyze75read and analyze75info from Adam H Aitkenhead <adamaitkenhead@hotmail.com> through mailing list
|
Mon, 24 Sep 2012 16:59:13 +0000 |
carandraug |
rgb2gray: perform weighted conversion based on luminance values
|
Mon, 24 Sep 2012 15:42:50 +0000 |
jordigh |
Make bwfill output logical type
|
Mon, 24 Sep 2012 15:02:13 +0000 |
carandraug |
rgb2gray: we also support the class single
|
Mon, 24 Sep 2012 14:57:19 +0000 |
carandraug |
rgb2gray: use isimage and iscolormap function
|
Mon, 24 Sep 2012 13:55:19 +0000 |
carandraug |
readexif: check input and proper error check after fopen
|
Mon, 24 Sep 2012 13:50:08 +0000 |
carandraug |
imtranslate: deal with defaults nice
|
Mon, 24 Sep 2012 13:47:59 +0000 |
carandraug |
bmpwrite: deprecate in favour of imwrite
|
Mon, 24 Sep 2012 13:32:36 +0000 |
carandraug |
corr2: use private isimage function for input check
|
Mon, 24 Sep 2012 13:16:05 +0000 |
carandraug |
deriche: fix indentation
|
Mon, 24 Sep 2012 12:59:10 +0000 |
carandraug |
image: use spaces, not tabs
|
Mon, 24 Sep 2012 12:26:35 +0000 |
carandraug |
bestblk: fix see also
|
Sun, 23 Sep 2012 12:05:54 +0000 |
carandraug |
image: remove autoload line from DESCRIPTION since it's already the default
|
Sun, 23 Sep 2012 12:04:24 +0000 |
carandraug |
image: new package maintainer
|
Fri, 21 Sep 2012 14:04:34 +0000 |
carandraug |
image: depends on at least signal 1.2.0 for normxcorr2
|
Fri, 21 Sep 2012 12:44:08 +0000 |
carandraug |
im2float: common code from im2single and im2double in private function
|
Tue, 18 Sep 2012 18:43:56 +0000 |
jordigh |
whitespace fix
|
Tue, 18 Sep 2012 00:05:50 +0000 |
carandraug |
regionprops: alphabetic order of options in help text
|
Sun, 16 Sep 2012 22:39:23 +0000 |
carandraug |
graythresh: consistent indentation
|
Sun, 16 Sep 2012 22:37:02 +0000 |
carandraug |
graythresh: fix bug because intmax does not return double and wrongly named var
|
Fri, 14 Sep 2012 19:36:44 +0000 |
jordigh |
Fix typo in iscolormap.m
|
Fri, 07 Sep 2012 15:44:24 +0000 |
carandraug |
image: now dependent on >=3.6.0 due to nthargout on regionprops
|
Fri, 07 Sep 2012 15:24:49 +0000 |
jordigh |
bwlabeln.cc: Add a few comments about the union-find data structure.
|
Fri, 07 Sep 2012 15:21:39 +0000 |
jordigh |
bwlabeln.cc: Remove dead code, reformat copyright, fix typo in mask8
|
Fri, 07 Sep 2012 15:13:33 +0000 |
jordigh |
bwlabeln: Fix type checking of inputs
|
Fri, 07 Sep 2012 14:52:03 +0000 |
jordigh |
Overhaul regionprops for Nd images
|
Wed, 05 Sep 2012 20:02:40 +0000 |
jordigh |
Remove zero padding from bwlabeln output
|
Wed, 05 Sep 2012 19:14:14 +0000 |
jordigh |
Further speedups to bwlabeln
|
Tue, 04 Sep 2012 21:29:27 +0000 |
jordigh |
Slight optimisations in bwlabeln.cc (use linear indices consistently)
|
Tue, 04 Sep 2012 01:58:03 +0000 |
jordigh |
Fix bwlabeln's input-checking, some futile attempts to optimise
|
Sun, 02 Sep 2012 03:52:17 +0000 |
carandraug |
iscolormap: also check class and number of dimensions
|
Sun, 02 Sep 2012 03:41:40 +0000 |
carandraug |
is_double_image: new private function to check if an image of class double is valid
|
Sun, 02 Sep 2012 03:33:55 +0000 |
carandraug |
isrgb: use shared private functions for checks
|
Sun, 02 Sep 2012 03:32:21 +0000 |
carandraug |
isind: also check part first for speedup
|
Sun, 02 Sep 2012 03:17:47 +0000 |
carandraug |
isimage: also check if input is real
|
Sun, 02 Sep 2012 02:48:30 +0000 |
carandraug |
isind: use builtin function isindex
|
Sun, 02 Sep 2012 02:44:23 +0000 |
carandraug |
isind: use shared private functions for checks
|
Sun, 02 Sep 2012 02:37:12 +0000 |
carandraug |
isgray: use shared private functions for checks and added test blocks
|
Sun, 02 Sep 2012 02:33:14 +0000 |
carandraug |
isbw: fix bug when input image has more than 2D.
|
Sun, 02 Sep 2012 02:31:53 +0000 |
carandraug |
isbw: delegate checks to new shared private functions and add test blocks
|
Sun, 02 Sep 2012 01:53:19 +0000 |
carandraug |
graythresh: return goodness of computed value. Prepare code for multiple algorithms. Avoid var names that shadow core functions.
|
Sun, 02 Sep 2012 00:51:46 +0000 |
carandraug |
graythresh: update link to original code
|
Fri, 31 Aug 2012 15:35:11 +0000 |
jordigh |
Make bwlabeln compile
|
Wed, 29 Aug 2012 02:56:16 +0000 |
carandraug |
normxcorr2: check input that template is smaller than image
|
Tue, 15 May 2012 14:15:20 +0000 |
carandraug |
padarray: do not mix spaces and tabs
|
Tue, 15 May 2012 12:51:58 +0000 |
carandraug |
imcrop: new function for image package. Submitted to mailing list by Pablo Rossi <prossi@ing.unrc.edu.ar>
|
Mon, 14 May 2012 17:23:29 +0000 |
carandraug |
imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.
|
Wed, 18 Apr 2012 20:56:52 +0000 |
carandraug |
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
|
Mon, 16 Apr 2012 12:51:08 +0000 |
carandraug |
image: no longer load package automatically
|
Mon, 16 Apr 2012 12:49:47 +0000 |
carandraug |
maint: update license to GPLv3 and mention non GPL files
|
Mon, 16 Apr 2012 11:47:35 +0000 |
carandraug |
image: replace calls to usage() by print_usage() (usage is redundant and going to be deprecated in 3.8). Also small improvements on texinfo and use of defaulr arguments for simpler input check.
|
Mon, 16 Apr 2012 09:01:20 +0000 |
carandraug |
maint: update e-mail address of Etienne Grossmann to <etienne@egdn.net> as requested by himself
|
Fri, 13 Apr 2012 11:15:28 +0000 |
carandraug |
maint: update e-mail address of Etienne Grossmann
|
Thu, 12 Apr 2012 09:49:33 +0000 |
carandraug |
mat2gray: help text to mention situation when min and max are equal
|
Thu, 12 Apr 2012 09:42:32 +0000 |
carandraug |
mat2gray: use less memory by editing the input image rather than creating a copy and editing that one
|