Statistics
13 Questions
0 Answers
RANK
242,187
of 301,433
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
15.38%
VOTES RECEIVED
0
RANK
of 21,272
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,520
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how i identify wrong image while recognition
i am making the recognition system of flowers if i input image other than flower then how i identified it and show error to the ...
8 years ago | 0 answers | 0
0
answersQuestion
how i can extract the different region from the image
how i can seperate the green,yellow brown and black color from the image <</matlabcentral/answers/uploaded_files/88529/s12_Au...
8 years ago | 0 answers | 0
0
answersQuestion
Sagment the one color portion from the image
i want to segment the portion of the color from the image which is selected by the user .....how user select the color from the ...
8 years ago | 0 answers | 0
0
answersQuestion
How we can change the pink color in the image to blue
in the image i would like to change the pink color into purple without selecting the pink color region by the user
8 years ago | 0 answers | 0
0
answersQuestion
How we color just petal of the flower in matlab without selecting the color by the user
how we identify the area of petals and color them with the choice of the user.... User select the color and petal color is chang...
8 years ago | 0 answers | 0
0
answersQuestion
Color the image in matlab
how i can change the color of flower using the user choice color in matlab....just petal color is change not the full area of fl...
8 years ago | 1 answer | 0
1
answerQuestion
Matlab generated dll is calling in asp.net application
Recently I've been starting with Asp.net, particularly Web Form application. And in the application, I need to reference a dll p...
8 years ago | 1 answer | 0
1
answerQuestion
i am doing sagmented the portion of flower from the orignal image when i am writing code in script ,the result is correct but when i am writing same code in the function it gives wrong result
function b1 = AugmentImage( a,b ) [r,c]=size(a); b1=uint8(zeros(r,c,3)); for i=1:r for j=1:c ...
9 years ago | 0 answers | 0
0
answersQuestion
i have two image one is orignal and second is the edge image of the orignal image ,,,,,now i find the area of edges from the orignal image to extract the object ..how i can do that
<</matlabcentral/answers/uploaded_files/79553/Capture.PNG>> like this
9 years ago | 1 answer | 0
1
answerQuestion
when we done subtraction of 2 images of different types one is grayscale and other is rgb,if i read both image in script and minus operation is performed it work correctly but when we pass this two images to function for the subtraction error occured
a=imread('D:\flowers\a10.jpg'); b=imread('D:\flowers\a10_Edge.jpg'); c=a-b; it is done correctly but when we do like thi...
9 years ago | 1 answer | 0
1
answerQuestion
how we can declare and initialize matrix of different name of same size in for loop
for i=1:5 vector+num2str(i)=zero(i:4); end
9 years ago | 3 answers | 0
3
answersQuestion
from the image of flower ,how we can count number of petals of flower and also find shape of petal for extracting features to classify flower type
count number of petals shape of petals
9 years ago | 0 answers | 0
0
answersQuestion
when we save matrix in mat file... and after loading .mat file it give one struct in which that matrix is stored how we can make .mat file without struct
for jj = 1:numel( fls ) img = imread( fullfile( 'D:\Flowers', fldrs(ii).name, fls(ii).name ) ); % read image ...
9 years ago | 1 answer | 0
