Deepak Panda
NIT ROURKELA
Followers: 0 Following: 0
Professional Interests: IMAGE AND VIDEO PROCESSING
Estadística
CLASIFICACIÓN
23.226
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
3 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
MATLAB to C++ code
I have converted my MATLAB code for background subtraction to C++ code using MATLAB coder. The integration of C++ code with Ope...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Why binary images are not stored as logical when imwrite is used with .jpg file extension
clc; clear all; close all; img = imread('cameraman.tif'); bimg = img>128; imwrite(bimg,'img1.bmp'); imwrite(...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert RGB to CIE Lab color space.
Is there any difference between these two procedures of rgb to lab conversion. 1. colorTransform = makecform('srgb2lab');...
alrededor de 9 años hace | 1 respuesta | 1
1
respuestaHow to convert RGB to CIE Lab color space?
How can I transfer rgb to Lab color space with luminance [0 100], a [-86.18 98.23] and b [-107.86 94.47]
alrededor de 9 años hace | 0