Risposto
How to use "nprtool" for testing multiple data ?
hello chirag i used 500 samples to train nprtool with 4 features, category 1 have code [0;1] and category 2 have code [1;0]; ...

quasi 9 anni fa | 0

Risposto
Reversing every second row in a matrix
dear melissa use this code clear all close all clc a=[1 2 3;4 5 6;7 8 9;10 11 12]; for i=1:size(a,1) ...

quasi 9 anni fa | 0

Risposto
How can I unscramble a scrambled image?
Dear @eulerphi, use this code: I = imread('Lena512.bmp'); row = size(I, 1) / 64; col = size(I, 2) / 64; I_scramble = mat2ce...

quasi 9 anni fa | 1

| accettato

Risposto
For font recognition thinning will be an appropriate step to extract feature?
do upload the code you are using for features, and i used the clipped snap which you uploaded as figure, do use this pic for t...

quasi 9 anni fa | 0

Risposto
how to obtain the space between two words in a given sentence?
i used your code and modified that to detect space between pixels as shown in pic attached <</matlabcentral/answers/uploaded...

quasi 9 anni fa | 4

| accettato

Risposto
how to obtain the space between two words in a given sentence?
dear meghashree try this code <</matlabcentral/answers/uploaded_files/42034/pic5.PNG>> clear all close all clc ...

quasi 9 anni fa | 1

Risposto
How to locate and extract elements from a matrix?
try this clear all close all clc A=randint(6,4,[1 100]) for i=1:size(A,2) o=A(:,i); ...

quasi 9 anni fa | 0

| accettato

Risposto
How can i get clear straight line edge detection ? I have used following image and i have following edge detect image this is not clear ?
hello selva till yet i worked with finding the lines which are area of interest, i have to work on theta to tilt than on right ...

quasi 9 anni fa | 1

Risposto
For font recognition thinning will be an appropriate step to extract feature?
try to use this code and do include more features for word, i used the number of alphabets a word has and area of the word and c...

quasi 9 anni fa | 0

Risposto
Signal-to-noise ratio color image
i hope you are using image in the format of uint8 so maximum value will be 255, in this case S=255.^2 you can use this code fo...

quasi 9 anni fa | 0

Risposto
For font recognition thinning will be an appropriate step to extract feature?
dear rutika, yes thinning is an appropriate step for extract features unless until you only need geometric features for making...

quasi 9 anni fa | 0

| accettato

Risposto
what should be the values of all the fidelity parameters that are calculated in denoising of an image?
use this code clear all close all clc image=imread('cameraman.tif'); figure(1) imshow(image); drawnow...

quasi 9 anni fa | 0

Risposto
How can I have different ROIs (Region Of Interest) in a image using imellipse?
hello azim this code will help you, do change for for loop for the number of iterations you want clear all close all ...

quasi 9 anni fa | 1

| accettato

Risposto
testing neural network in after successful training
do try result = net([12 5 3 4]');

quasi 9 anni fa | 0

Risposto
How can i get clear straight line edge detection ? I have used following image and i have following edge detect image this is not clear ?
may be this code will help you, or do i know what type of edges exactly you want? <</matlabcentral/answers/uploaded_files/418...

quasi 9 anni fa | 0

| accettato

Risposto
Any hint about this error?
eye() will give you a output in double format and when you use ~~eye() it automatically converts in logical. the command R(in...

oltre 11 anni fa | 0

Risposto
Any hint about this error?
use this R = rand(7,7); ind_diag = logical(eye(7)); R(ind_diag)

oltre 11 anni fa | 0

Inviato


pdf files search using keywords
pdf file search using keywords, one can sort files using given keywords for any number of files.

oltre 11 anni fa | 1 download |

Thumbnail