photo

Deepak Panda


NIT ROURKELA

Last seen: más de 2 años hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Professional Interests: IMAGE AND VIDEO PROCESSING

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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(...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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');...

casi 9 años hace | 1 respuesta | 1

1

respuesta

Respondida
How 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]

casi 9 años hace | 0