Réponse apportée
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]; ...

environ 10 ans il y a | 0

Réponse apportée
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) ...

environ 10 ans il y a | 0

Réponse apportée
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...

environ 10 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 10 ans il y a | 0

Réponse apportée
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...

environ 10 ans il y a | 4

| A accepté

Réponse apportée
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 ...

environ 10 ans il y a | 1

Réponse apportée
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); ...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
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 ...

environ 10 ans il y a | 1

Réponse apportée
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...

environ 10 ans il y a | 0

Réponse apportée
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...

environ 10 ans il y a | 0

Réponse apportée
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...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 10 ans il y a | 0

Réponse apportée
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 ...

environ 10 ans il y a | 1

| A accepté

Réponse apportée
testing neural network in after successful training
do try result = net([12 5 3 4]');

environ 10 ans il y a | 0

Réponse apportée
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...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 12 ans il y a | 0

Réponse apportée
Any hint about this error?
use this R = rand(7,7); ind_diag = logical(eye(7)); R(ind_diag)

plus de 12 ans il y a | 0

A soumis


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

plus de 12 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail