photo

Deepak Panda


NIT ROURKELA

Last seen: 2년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: IMAGE AND VIDEO PROCESSING

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


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

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 9년 전 | 답변 수: 1 | 1

1

답변

답변 있음
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]

대략 9년 전 | 0