photo

Deepak Panda


NIT ROURKELA

Last seen: mehr als 2 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Professional Interests: IMAGE AND VIDEO PROCESSING

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 9 Jahre vor | 1 Antwort | 1

1

Antwort

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

fast 9 Jahre vor | 0