![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7984926_1522124237669_DEF.jpg)
Aarach Sap
Followers: 0 Following: 0
Statistik
13 Fragen
0 Antworten
RANG
81.462
of 297.016
REPUTATION
0
BEITRÄGE
13 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
7.69%
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
How to get the x, y data after using smoothing spline in Matlab?
I have tried the below code to get the x,y data after using smoothing spline. I am still confused with h = findobj(gca,'Type',...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the best program for labeling(Bounding box) the pedestrian in Matlab?
I want to collect the data by labeling the location of pedestrain. Which program code is best in matlab?
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How can I color certain part of video (suppose hand) and detect the color using color thresholding?The latter part is fine . Plz help me on this.
I want to know how to color certain region in video in matlab
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to divide image into 16 by16 nonoverlapping blocks of 768 by 512 of original image and randomly scramble the blocks and reverse back to the original image from the scrambled image?
how to divide image into 16 by 16 of unequal sized original image and randomly scramble the blocks. and again how to obtain the...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Dont get the required answer..please help
A=[2 5 3 1 1 ; 4 2 5 1 1]; [r,c]=size(A); B=[1 0 1 1 1; 1 0 1 1 1 ]; [m,n]=size(B); for row=1:r for...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to calculate entropy of color image in matlab?
I want to calculate entropy of color image. I found the command entropy(img) for the grayscale image. I dont know how to find en...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What are the colors generated when R is always 255 and the value of G and B vary from 0 to 255 (8-bits)?
When I see the RGB color model, my results matched with the gradation of the colors within the red wheel (i.e. magenta, yellow, ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot colormap of color image (RGB) in matlab?
I need to analyze the colors of an image. I am wondering how to plot colormap of color image.
mehr als 8 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
How to calculate mid value of RGB image in matlab?
I did RGB=cast(imread('Lenna.tiff'),'double'); c= mid(RGB(:)); And I got an error saying "Undefined function 'mid' f...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to do JBig compression in matlab?
https://github.com/nu774/jbigkit. I am totally lost on how to do. I have one .pbm file to compress. No idea where to start with....
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to compress a location map using JBig compression?
function [y,nbr_bits] = perform_jbig_coding(x) % perform_jbig_coding - perform binary image coding % % [y,nbr_bi...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to convert RGB to HSV(Lossless) in matlab?
<https://bitbucket.org/chernov/colormath/src/012a5ae28033dc8e91ec66ec349c95d81caddb71/colormath/hsv.cpp?at=default&fileviewer=fi...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to compress a location map using JBig compression?
function [y,nbr_bits] = perform_jbig_coding(x) % perform_jbig_coding - perform binary image coding % % [y,nbr_bits] = perf...
mehr als 8 Jahre vor | 0 Antworten | 0