Roger Breton - MATLAB Central
photo

Roger Breton


Last seen: 1 month 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/21 to 04/25Use left and right arrows to move selectionFrom 03/21Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

70 个提问
22 个回答

排名
10,023
of 298,204

声誉
4

贡献数
70 个提问
22 个回答

回答接受率
40.0%

收到投票数
4

排名
 of 20,548

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,571

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer
  • First Review

查看徽章

Feeds

排序方式:

已回答
Camera characterization gives "symetrical results"?
Looks like there was a discrepancy between the RGB data used to train the model and the RGB data used to test the model. It's so...

3 months 前 | 0

提问


Camera characterization gives "symetrical results"?
I downloaded the code from : https://www.mathworks.com/matlabcentral/fileexchange/40640-computational-colour-science-using-matl...

3 months 前 | 1 个回答 | 0

1

个回答

提问


Scaling XYZ 3D data linearly
I am in the pursuit of "simulating" the readings of a spectrophometer equipped with a polarizing filter. I start with a printed ...

5 months 前 | 1 个回答 | 0

1

个回答

提问


Getting screen resolution on Windows 11
Are there other functions I can use to get the monitor resolution on Windows 11? I use this code: set(0, 'units', 'pixels'); % ...

11 months 前 | 1 个回答 | 1

1

个回答

提问


appDesigner and ButtonDownFn does not work?
Documentation states that any Matlab object can respond to click events provided they meet certain conditions. Capturing Mouse ...

11 months 前 | 0 个回答 | 0

0

个回答

提问


How can I show where an image was clicked from a scatter3 plot?
I created a small app using appDesigner: It allows loading an RGB image and displaying a CIE Lab scatter plot in 3D. I attach...

11 months 前 | 1 个回答 | 0

1

个回答

提问


Better "probabilities"?
I created a small script in which I present two random colors to the user. See attached script. As you can see, on the left, ...

11 months 前 | 1 个回答 | 1

1

个回答

提问


Unable to display uicontrol within a given panel?
I figure I split my figure width in two uipanels, in the hope of having better control over my components, in a script (Soon, I ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Need help with Tooltip display?
I have a script that plots CIE Lab values in 3D: Works great. But as you can see, the tooltip displays the XYZ value. Instea...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Custom RGB color space
I am plottiing the measured Lab colors of a ColorChecker SG chart in 3D as you can see below: To obtain the "gamut surface", ...

1 year 前 | 1 个回答 | 0

1

个回答

提问


ColorChecker function does not work?
I am trying to follow the example here: Comparison of Auto White Balance Algorithms - MATLAB & Simulink (mathworks.com) I use ...

1 year 前 | 0 个回答 | 0

0

个回答

已回答
No 'CData' property on bar graph
Does not work for me? I use: data = [1 2 3 4]; figure BarMatrix = [1 2 3 4]; b = bar(BarMatrix,1,'LineStyle','none'); CDa...

1 year 前 | 0

提问


Unable to combine plots?
I created a monster of a script which satisfies my research needs for the moments but I am struggling with the subplots. You wi...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Can Subplots have own colormaps?
I must be missing something obvious.. but I can get each subplots colorbars to plot with its own colormap? Here is my code: RGB...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Extract the "overall colors" of an image to apply another?
I've been meaning to show my students a way to "borrow" the color palette of an image to apply to another? Take the Mona Lisa, ...

2 years 前 | 3 个回答 | 0

3

个回答

提问


How to apply color to histograms?
My goal is to analyze RGB images based on Chroma and Hue. For this purpose, I first convert from RGB to CIE Lab, and then from C...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Rearrange matrix terms is a challenge
I am not finding exactly the right parameters to rearrange the terms of a matrix? It starts off as an RGB image I later convert ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I add "color" to an image?
I'm looking for ways to better understand color mixing theory. Suppose I start of an RGB image? Suppose I want to color the whol...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to "move" points in 3D?
I have this scatter3 graph, I'm generating from CIE Lab coordinates : Would it be too far-fetch to be able to select any poin...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Writing ICC profiles capbilities: can we save modified tags or is it limited to saving header only?
I am thinking about "editing" CMYK output profiles with Matlab. As you know, an output profile starts with a series of 'device'...

3 years 前 | 0 个回答 | 0

0

个回答

已回答
Fix out-of-gamut RGB colors
I think I found a solution, alhough it is not elegant... : rawRGB = lab2rgb(Lab,'WhitePoint','d50') TempR = rawRGB(:,1...

3 years 前 | 0

提问


Fix out-of-gamut RGB colors
I'm going in circle... I have this code, which converts from Lab to RGB : rawRGB = lab2rgb(Lab,'WhitePoint','d50') Trouble i...

3 years 前 | 2 个回答 | 0

2

个回答

已回答
Why are there two different "D50" white points? CIE vs ICC?
Got hold of CIE Publication 15.2:2004 and on Table T3, page 35, D50 is listed as 96.42 100.00 82.51. A fresh search in my stock...

3 years 前 | 0

提问


Why are there two different "D50" white points? CIE vs ICC?
I have this code going : wp_D50 = whitepoint('d50') % 0.9642 1.0000 0.8251 wp_D65 = whitepoint('d65') % 0.9505 1.00...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I get rid of custom data tip?
I have this script which adds a custom data tip to my scatter3 graph : function txt = displayCoordinates(~, info) global...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Searching through table using compound condition
It worked! Sorry for the newbie question. I'm sure there are far more elegant ways to do search a table for information... Will ...

3 years 前 | 0

提问


Searching through table using compound condition
I would leke to add a Munsell Notation readout capability to my script. Right now, when the student clicks a point in scatter3 g...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to control floating point display?
I have this result : There should be three Lab numbers on the third line but only L and a are showing, with two decimals of p...

3 years 前 | 2 个回答 | 0

2

个回答

已回答
How could I display a "circle at the bottom of the figure? And color it along the way? To show Hue angles?
A final note. This project is far from over. It's getting all kinds of suggestions and usecases (by me). I enclose the code, if...

3 years 前 | 0

提问


Trouble with custom data tip function (event)
I am puzzled? I try to have a line drawn during the call to a custom text data tip function. Here is the "normal" response, whe...

3 years 前 | 1 个回答 | 0

1

个回答

加载更多