Jae Min Lee
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
19.560
of 295.527
REPUTACIÓN
2
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
72.73%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Are Matlab function orientation of 'regionprops' and orientation of optical flow different?
How many different?
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How do you compare matrices A and B?
I do not know what to do and ask questions. The matrices A and B are as follows. A = [21, 58; 47, 82; 56, 83; ...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find the maximum value among values less than a certain value?
I have a 10x10 cell maxtrix. [maximumValue, index] = max([cell_matrix{:}]); I found the max value using the above code. But I...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I apply a histogram to each cell?
We split the 256x256 image into a 10x10 patch using the mat2cell function. How do I apply a histogram to each cell? Histog...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I split an image frame into 10x10 patch size?
Hello, everyone. I'm going to divide the image frame by 10x10 and get a histogram for each patch. How can I use the mat2ce...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
I want to adjust the x-axis according to the histogram distribution.
A simple example is shown in the following image. <</matlabcentral/answers/uploaded_files/134278/tttttt.png>> It does not ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How can I leave only the 10 largest elements of a matrix?
I would like to make the remainder of the magnitude matrix zero except for the 10 largest values. The code is shown below. ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I find the starting point of the flows in optical flow?
<</matlabcentral/answers/uploaded_files/131784/%EC%9D%B4%EB%AF%B8%EC%A7%80%201.png>> I am performing smoke detection using op...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to vectorize this code to eliminate nested For loops?
Would like to know how this code is vectorized: for r=1:rows for c=1:cols if ((Lin <= Limg(r,c)) && (Limg(r,c...
alrededor de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
How to vectorize this code to eliminate nested For loops?
Would like to know how this code be vectorized: for y=1:rows for x=1:cols nEnergy(y,x) = (Energy(y,x) - min(E...
alrededor de 6 años hace | 2 respuestas | 1
2
respuestasPregunta
How to vectorize this code to eliminate nested For loops
Would like to know how this code be vectorized: for y=1:rows for x=1:cols if (segMat(y,x) == 255) ...
alrededor de 6 años hace | 1 respuesta | 0