photo

Deepak Panda


NIT ROURKELA

Last seen: oltre 2 anni fa Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Professional Interests: IMAGE AND VIDEO PROCESSING

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 1 risposta | 1

1

risposta

Risposto
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]

quasi 9 anni fa | 0