Deepak Panda
NIT ROURKELA
Followers: 0 Following: 0
Professional Interests: IMAGE AND VIDEO PROCESSING
Statistica
RANK
23.226
of 295.467
REPUTAZIONE
1
CONTRIBUTI
3 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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(...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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');...
circa 9 anni fa | 1 risposta | 1
1
rispostaHow 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]
circa 9 anni fa | 0