![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6530790_1522115431490_DEF.jpg)
ARJUN K P
Followers: 0 Following: 0
Statistik
RANG
105.643
of 297.016
REPUTATION
0
BEITRÄGE
22 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
59.09%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
MSER Region and Connected Component extracting problem... Error shows too many output arguments
Hai, I used the below code .... [mserRegions mserConnComp] = detectMSERFeatures(I,'RegionAreaRange',[200 8000],'Threshol...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to draw circle in iris position?
Hai, i detect face area from the image and covert that eye area image to black and white. i want to segment the iris portion....
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to detect only fish image object and remove all the other object from the image?
i wrote a program to detect all the object in the image. but i want to detect only the fish image and other objects are set to b...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
xor value always get zero
img=img('lena.bmp'); i=10; j=10; img(i,j) the result is 158 after i xor with 255 xor(img(i,j),255) the ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to xor image to 255 value?
Hai, aa= imread('lena.bmp') next how i xor the 'aa' to value 255? aa xor 255
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need Bi level image compresion code..
Dear Sir, i need different type of image compression matlab code
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
JBIG2 compression Matlab code.
hai, JBIG2 compression Matlab code plz....
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
array searching , copy and deleting
for example: a=['licence.txt this is a sample file']; i want to copy file name into variable "filename" filename=[lice...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
1D Matrix element shifting
for example: a=[how are you?]; i want to append a string into the front of the array... eg: the string is "hello," out...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problm on imwrite fuction...
<</matlabcentral/answers/uploaded_files/37286/prblm%20on%20write.png>> here i cant get what iam write on the pixel value.. wh...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to round the binary bit into 8 bit
for example: 4 = binary is 100 into 00000100 1=binary is 1 into 00000001 any matlab code... result is 8 bit binary
mehr als 9 Jahre vor | 2 Antworten | 0
2
Antworten1
AntwortFrage
Retrieve the image size
img=imread('ll.bmp'); %512*512 size imgcopy = img; imgcopy(end-15:end) = []; %and now it is a vector size 1 * 262128 ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to exclude last row's last 16 pixels
image is size 512*512 i want to exclude last row's last 16 pixel.. that is last row dimension like 512*497 other rows dimensi...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to read h.264 video in the format .mkv into matlab?
how to read h.264 video in the format .mkv into matlab?
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how Converting pixel value(5) into bits(00000101)
for example: i want to convert the pixel value 244 result like a=[1 1 1 1 1 1 1 0].
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
deletion of first row in the matrix
my matrix is the form: Ki = [25 35, 56 41,85 78] i want delete the first row data.. answer like: 56 41, 85 78
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How i display matrix ?
my matrix is the form: Ki = [25 35, 56 41,85 78] i want print the like 35 or 41 or 78
mehr als 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
H.264/AVC video database sites
Hai friends, iam currently doing matlab project with H.264/ avc video. i want to h.264/avc videos datasets or database site n...
mehr als 9 Jahre vor | 0 Antworten | 0
0
Antwortenhow to sort histogram generated count and corresponding gray value.. pls help
i got answer from : https://www.facebook.com/thematrixcoded the code is : m=imread('ll.bmp'); >> [c,g]=imhist(m); >...
mehr als 9 Jahre vor | 0
| akzeptiert
how to sort histogram generated count and corresponding gray value.. pls help
sir you mistaken, i want sort the count in decreasing order... eg: before sorting <</matlabcentral/answers/uploaded_f...
fast 10 Jahre vor | 0
Frage
how to sort histogram generated count and corresponding gray value.. pls help
m=imread('ll.bmp'); [count,gray]=imhist(m); the answer is: <</matlabcentral/answers/uploaded_files/31137/bef.png>> ...
fast 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Using reshape function i get wrong ans....
b=[0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1]; >> SS=reshape(b,length(b)/8,8); >> SS SS = 0 ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
LSB steganography : i can't extract the original messages
the code is: embedding code: c = imread('lena.jpg'); message = 'hellokarthick'; message = strtrim(messag...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortImage Steganography using LSB?
this code is not actally work correctly.. the extraction text is wrong...pls help me the output is: <</matlabcentral/...
fast 10 Jahre vor | 0