14 Questions 13 Answers 0 Followers
Questions related from Shafaq Nisar
LPG-PCA based denoising relates to classification? How ?
06 June 2017 9,888 0 View
I am a new user of MATLAB and want to do naive Bayes classification of matrix data set. Is there any trained app for naive Bayes. Plz help I shall be very thankful. Regards,
04 April 2017 4,459 4 View
filter for noise detection, noise removal in matlab
12 December 2016 3,491 4 View
I have data set and labels(vectors), now want to show noisy image and sample image classification using naive Bayes in MATLAB like attached file example. Is there any simulation of Training in...
01 January 1970 9,984 1 View
I = im2double(imread('barbara.png'));imshow(I); s = size(I);S = s(1) * s(2);OriginalImageVector= reshape(I, S ,1); p = 0.5; % p between 0 and 1noisyimage = (I +...
01 January 1970 1,721 3 View
Please provide MATLAB code example/link etc. I will be very thankful
01 January 1970 3,264 2 View
I extracted some features of grayscale images, their result in the form of image and I want to take these images as dataset so that I can approach the training process. Plz help
01 January 1970 253 1 View
I have a (data set) matrix of (0 1) data, which is generated from the noisy pixels. Now I want to classify it as "noisy" or "noise free".(I have labels matrix generated by the comparison of...
01 January 1970 1,406 2 View
data set generation in matlab, I have generated noise detection filters/features which I want to use as input data set
01 January 1970 7,245 4 View
I have used this code I = imread('barbara.png'); noisyimage = RANDN(I); I = im2double(imread('barbara.png')); p = 0.2;% p between 0 and 1 noisyimage = (I + p*rand(size(I)))/(1+p); imshow([I...
01 January 1970 3,997 5 View
Following code is taken form (http://dipwm.blogspot.com/2013/01/svm-support-vector-machine-with-matlab.html) This is very easy to understand but how to show results of classification? clc;clear...
01 January 1970 7,911 5 View
I am new to classification. please guide is it necessary to develop separate training data set and test set for naive Bayes classification? How to generate training set and test set for Naive...
01 January 1970 6,503 3 View
"Two-stage image de-noising by principal component analysis with local pixel grouping" A research paper by Lei Zhang a,, WeishengDong a,b, DavidZhang a, GuangmingShi ba Department...
01 January 1970 1,462 0 View
Please guide about the basic difference. I will be very thankful.
01 January 1970 7,501 4 View