Detection-of-Breast-Cancer-using-Neural-Networks icon indicating copy to clipboard operation
Detection-of-Breast-Cancer-using-Neural-Networks copied to clipboard

This project is made in Matlab Platform and it detects whether a person has cancer or not by taking into account his/her mammogram.

Results 4 Detection-of-Breast-Cancer-using-Neural-Networks issues
Sort by recently updated
recently updated
newest added

was trying to use the methodology and implement this application but i could not find any source code if yu cant provide the code please if u can give any...

In HMRF_EM.m line 18, the line `Y=getbinary(Y,X)` should really be `Y=getbinary(Y,X);` Y will be a fair sized 3D array, so allowing it to display there creates a large unnecessary output.

adaptivemedianfilter.m contains the line `SR9 = NoisyImage((i+1)),((j+1));` Notice the bracketing. This is equivalent to `SR9 = NoisyImage((i+1)) ((j+1));` which is a single index into NoisyImage, display of SR9, and computation...