Skip to Main Content Skip to Search
File Exchange
MATLAB Newsgroup
Link Exchange
  Blogs  
 Contest 
MathWorks.com

Steve on Image Processing

December 20th, 2006

B = PCS

Every now and then, a visitor to my office will ask, "Hey, what does that equation on your whiteboard mean?"

Picture of whiteboard with equation

So how about it, dear readers? What does "B = PCS" mean? Post your guess as a comment. I'll post the answer in a few days.

3 Responses to “B = PCS”

  1. Jeff Mather replied on :

    I guess that PCS is “Profile Connection Space” and that B is the letter used in the BtoA and AtoB nomenclature. I also guess that A is the device profile space.

    Do I win a prize?

  2. Steve replied on :

    Jeff - Brilliant! Sure, I’ll give you a prize.

  3. Jeff Mather replied on :

    Oops. I see that you posted the answer before I made my “guess.” Silly me.

    Anyway, walking by your office everyday I get a little reminder that B = PCS. Thanks! Now if only you could help us remember which numbers correspond to the different rendering intents.

Leave a Reply


Steve Eddins manages the Image & Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.

  • Mikr: I look for answers before asking people… “But we still can’t see the coordinates!...
  • Steve: Mikr—You might want to take a look at the Getting Started section of the MATLAB documentation in order...
  • Mikr: thanks but is it possible to see and write to file (Excel ?) that matrix of pixel coordinates ? instead of...
  • Steve: Mikr—An image in MATLAB is simply a matrix of pixel values. It can be saved (exported) to several common...
  • Mikr: thanks, Steve just started to learn matlab and to clarify matlab saves image files as a matrix of pixel...
  • Steve: Mikr—As far as I know, the commonly used image file formats such as TIFF, JPEG, PNG, etc., do not...
  • Mikr: how to write pixel coordinates in file ?
  • Steve: M.S.—Code for the bwtraceboundaries function ships with the Image Processing Toolbox.
  • M.S.Cheema: i need to know the detailed algorithm for bwtraceboundaries. i want how that function works. so please...
  • Steve: Wagas—It depends on how much memory you have on your computer. You should be able to load a 94 MB TIFF...

These postings are the author's and don't necessarily represent the opinions of The MathWorks.

Related Topics