| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 13 Apr 2009 | VIBGYOR Color Segmentation VIBGYOR Color Segmentation | Patrick | It works for my images. Thanks dude.
|
|
| 10 Feb 2009 | High Density Impulse Noise Removal Implementation of DBA Method for High Density Impulse Noise Removal | Peter | Could you please post a properly formatted file, this is cluttered. |
|
| 20 Jan 2009 | VIBGYOR Color Segmentation VIBGYOR Color Segmentation | Jani, Medha | Awsome work there..But being a student, id really appreciate it if u cud include some explanation about the code.. Or may be some link to help me understand it better perhaps...
|
|
| 01 Dec 2008 | Impulse Noise Addition Adding impulse noise to image | Luengo, Cris | 1st: you're using incorrect statistics when you change the output of RAND the way you do (setting 0 values to 1 and dividing by the max value). Just use the output of RAND directly in your comparisons, that is what RAND is designed for. 2nd: A function that asks to enter a choice every time it is run is inconsistent with all the other functions in MATLAB (and annoying), the choice should be an input parameter to the function. Also, you could provide default values for the ND and D parameters. 3rd: There is no need to output the result to a figure window. Let the user decide whether they want that or not. |
|
| 21 Jul 2008 | Color Filtering This function can be used for separating or segment Red components, Green components and Blue Compon | velez, angie | ok |
|
| 27 Jun 2008 | Color Filtering This function can be used for separating or segment Red components, Green components and Blue Compon | D'Errico, John | A truly trivial operation, here performed using nested loops to do something that should be done with a single test on the entire array. This code lacks an H1 line. It has a single error check, that fails to trip over 3-d arrays that are clearly NOT RGB image arrays. What happens in this code if (size(img,3)==2)? |
|
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com