Community Profile

photo

David Corwin


none

Last seen: 1 year 前 自 2015 起处于活动状态

Followers: 0   Following: 0

联系

artist

统计数据

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Divide an image vertically into two equally luminous parts, ..., calculate the luminance of each part.., PERSONAL NON-FUNDED RESEARCH,
Could you add to that code to give also the distance from the pictures geometric center? BTW photoshop uses BT2020 luma;

2 years 前 | 0

已回答
Divide an image vertically into two equally luminous parts, ..., calculate the luminance of each part.., PERSONAL NON-FUNDED RESEARCH,
bisecting means that each part will have an equal number of rows. dividing a picture so that each part will have equal average ...

2 years 前 | 0

| 已接受

已回答
Divide an image vertically into two equally luminous parts, ..., calculate the luminance of each part.., PERSONAL NON-FUNDED RESEARCH,
The picture is divided into two parts each having the same average luminance (right and left). The picture is them bisected. In ...

2 years 前 | 0

提问


Divide an image vertically into two equally luminous parts, ..., calculate the luminance of each part.., PERSONAL NON-FUNDED RESEARCH,
THIS IS NOT HOMEWORK. PERSONAL NON-FUNDED RESEARCH I will definitely give the person who answers this and matlab community ack...

2 years 前 | 6 个回答 | 0

6

个回答

提问


Divide an image vertically into two equally luminous parts, bisect these two parts, calculate the luminance of each part....
a. convert a picture to gray scale rgbImage = imread('photo.jpg'); grayImage = rgb2gray(rgbImage); b. divide...

2 years 前 | 1 个回答 | 0

1

个回答

提问


What is the area of a rectangle projected before the viewer from a perspective point of view
A person is seated before a table on which there is a rectangular piece of paper ab. The table is y inches below the eyes and x ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


What is the meaning of a centroid of an RGB file as opposed the centroid of a grayImage file
I run the script: >> grayImage = imread('gray.image.jpg'); stats = regionprops(true(size(grayImage)), grayImage, 'Weight...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Why am I getting different results when I ask to find the centroid of an image
I have been using the following commands to find the centroid of a gray scale image derived from a color image in photoshop by c...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Find the barycenter of luminance in an image
I need to find the weighted center of luminosity of barycenter in an image. (the weighted L center in Lab a b)

8 years 前 | 2 个回答 | 0

2

个回答