Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
22 May 2009 Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Author: Kanchi Tian Hayworth, Mark

Takes a long time to run and the "Progress indicators" are not good. It says 4 times that need to wait and then you are Done! but actually this is only within a loop that gets executed 4 times. Then there's more to do after that, so the messages are very deceptive. Then it doesn't even display the original image or the 4 result images despite the fact that it's not a general purpose routine that returns an image - it's a script with input and output filenames hard-coded into it. Come on, at least you could display the images for us! When I did display them (myself) the results weren't even that good, which may be more the fault of the algorithm than the programmer. And there are several misspellings and so-so documentation. Overall, it needs work if it's going to be a nice demo program (for example a way to pick your own input image, etc.).

14 Mar 2009 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian thakkar, falgun

given code is very good, but i want arithmatic code for image compression

04 Mar 2009 Triangle Wave Fourier Series Demo Triangle Wave Fourier Series Demo Author: Kanchi Tian poliquit, jeffrey

pls..help me! do you have example or demo for halfwave rectifed sine...pls i nid it tommorow for my finals..tnx a lot..email me pls
lance_cortez2002@yahoo.com here's my no..09053429751..tnx

22 Sep 2008 Square Wave Fourier Series Demo Square Wave Fourier Series Demo Author: Kanchi Tian utam, wisid

20 Sep 2008 Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Author: Kanchi Tian Tu, Vivian

10 Sep 2008 Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Author: Kanchi Tian tian, jing

I am using Matlab 7.1. It works well, no issue.
Welcome to demo program of image edge detection using ant colony.
Please wait......
Done!

09 Sep 2008 Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Author: Kanchi Tian spenceer, zha

Cannot work!

>> func_ant_colony_image_edge_detection
Welcome to demo program of image edge detection using ant colony.
Please wait......
??? Error using ==> find
Too many input arguments.

Error in ==> C:\MATLAB6p5\work\func_ant_colony_image_edge_detection.m
On line 196 ==> temp = find(cumsum(ant_transit_prob)>=rand(1), 1);

10 Aug 2008 Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Author: Kanchi Tian zhao, jichao

func_ant_colony_image_edge_detection
Welcome to demo program of image edge detection using ant colony.
Please wait......
??? Undefined function or method 'sum2' for input arguments of type 'double'.

Error in ==> func_ant_colony_image_edge_detection at 72
                v(rr, cc) = sum2(temp00.^2);

09 Aug 2008 Image Edge Detection Using Ant Colony Optimization Image Edge Detection Using Ant Colony Optimization Author: Kanchi Tian liudaohai, liudaohai

Warning: Divide by zero.
> In func_ant_colony_image_edge_detection at 192
error
??? Subscripted assignment dimension mismatch.

Error in ==> func_ant_colony_image_edge_detection at 205
                ant_pos_idx(ant_idx,1) = ant_next_row_idx;

02 Jul 2008 Split/Mix YUV component in CIF 4:2:0 video file Split/Mix YUV component in CIF 4:2:0 video file Author: Kanchi Tian Rocha, Gustavo

Very good function. Thanks Jing.

02 Jul 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian oli, OLIVIERO

good morning
i want to convert a signal with .dat extention to binary signal .bin
because i want to compression ECG
i can't undestand the code gived..please help
thanx a lot

30 Jun 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian khalane, shital

Your code is very helpful for me.but i want explanation for each & every line so that i can understand coding. can u help me?

22 May 2008 EZW (Embedded Zerotree Wavelet) Matlab implementation of EZW (Embedded Zerotree Wavelet) Author: Kanchi Tian Li, Dong

nice code

04 May 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian ZOU, Yi

Your code is very helpful for me. But i found that your root nodes are not in the LL. Am i right? Thank you again.

17 Apr 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian omo, hbbpapn

thanks

05 Apr 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Kulkarni, Nidhi

the code is excellent but i want to access the compressed file and want to know the size of that compressed file in KB/MB as well as in pixels....
can u guide me please...
thanx a lot !!

16 Mar 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian prasad, prasad

05 Mar 2008 Square Wave Fourier Series Demo Square Wave Fourier Series Demo Author: Kanchi Tian B., Olivier

are you sure that
"clc; close all; clear all;" at the beginning of a function do something ?

23 Feb 2008 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian Schirf, Jamie

Thanks for sharing. This was just what I needed for a task.

25 Jan 2008 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian nagaraj, nithin

Very well written code and very useful. Thanks much.

31 Jul 2007 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian Cranston, Graham

input coordinates X and Y are implemented inverted. That is, the coordinates given as X0 and X1 are used as the starting and ending ROW in the matrix, and vice versa. A simple find replace fixed the problem.

22 Jun 2007 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian Govind, Rajesh

I agree there exists jaggedness while it traces the line, but otherwise, I like the implementation :) Good work appreciated .. this saved my time as well ! Thanks a ton !

29 Apr 2007 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Tsagkatakis, Grigorios

Good work

27 Apr 2007 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian lee, cano

interesting, but could u disclose more technical details?

19 Jan 2007 Split/Mix YUV component in CIF 4:2:0 video file Split/Mix YUV component in CIF 4:2:0 video file Author: Kanchi Tian patil, basanagowda

07 Jan 2007 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian RATHEE, NAVEEN

I am using SPIHT algorithm for imge compression. in C language as specified in the AMIR SAEED IEEE PAPER. i want to go for programming in the MATLAB i am finding problem in C during LINKING and also in MATLAB EXECUTION PLEASE HELP ME OUT.

22 Aug 2006 Restricted sampling from Gaussian Distribution Sample x from N(x_mu, x_var), restricted in x_min<=x<=x_max. Author: Kanchi Tian Yoo, Wooksung

Not very good

25 Jul 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Ochoa, Humberto

Very good, thank you for this program

30 May 2006 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian Zwaan, Ed

It doesn't draw a line straight between the pixels, it has some offset.

15 May 2006 Split/Mix YUV component in CIF 4:2:0 video file Split/Mix YUV component in CIF 4:2:0 video file Author: Kanchi Tian janjua, atif

its good.

15 May 2006 Basic introduction to Human Visual System (HVS) Toolbox Demo of four basic property of HVS. Author: Kanchi Tian Lee, jongseo

good stuff.

09 May 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian kanchi, rings

To all: sum2 means the 2-D summation. That is, sum2(X) = sum(sum(X)) for the input 2-D matrix X.

09 May 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Khan, M

I used the SPIHT coding from your program. It nice. Thank you.

But func_SPIHT_Main.m gives some problems there is call to sum2 but i could not find any method sum2 func_SPIHT_Main.m gives error message. I replace sum2 with sum but it gives some other error.s

06 May 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Peyré, Gabriel

Amazing toolbox!
Great implementation, great results. The different parts of the process are nicely splited.

05 May 2006 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian Mozaffari, Saeed

It works well

17 Apr 2006 Basic introduction to Human Visual System (HVS) Toolbox Demo of four basic property of HVS. Author: Kanchi Tian kim, kwihyun

04 Apr 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Modi, Sidharth

Best code see on this Site

31 Jan 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Sharif, Omar

Excellent....pray for me as i can be like u....

24 Jan 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian RMD, Sundaram

Its an excellent package. I had some problems in implementing the idea, which got cleared after going through. Hats off to the programmer.

16 Jan 2006 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian KP, Soman

Excellent tool for researchers and students to play with and understand the concepts

25 Dec 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian ronanki, srinivasarao

Its nice to interact as well as helping for all,those who are having problems in coding

24 Dec 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian kumar, raj

excellent help you are providing to the people

24 Dec 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian kumar, raj

very good

04 Nov 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian woshidada, woshidada

thank you !It's my need;

30 Aug 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian bp, avinash

can u plz send me the c or c++ code for speck algorithm...thnk you...
my alternate email id is bpavinash77@yahoo.com

09 Aug 2005 Connect two pixels Draw a line between two pixels with any grayscale in any image. Author: Kanchi Tian z, kevino

yeah, it seems that the line is always one pixel to the right and above the start/end points

03 Aug 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Nabar, Nissim

17 May 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Johnsen, Solomon

please send me a matlab code for haar transform based image compression w/c display compression ratio

08 May 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian 000117, swf

some updata in http://guohanwei.51.net/ask/SPIHT-0.1.rar
and
http://9bc.com/showpost.php?board=106072&bdct=114936&id=2093965&page=1

thanks for scuteejtian@hotmail.com

01 Feb 2005 SPIHT SPIHT matlab code (without Arithmatic coding stage) Author: Kanchi Tian Franc, Dini

good

 

MATLAB Central Terms of Use

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