![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2892271_1522092012871_DEF.jpg)
Deepak Panda
NIT ROURKELA
Followers: 0 Following: 0
Professional Interests: IMAGE AND VIDEO PROCESSING
Statistiques
RANG
23 226
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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(...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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');...
plus de 9 ans il y a | 1 réponse | 1
1
réponseHow 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]
plus de 9 ans il y a | 0