BREAKING NEWS
LATEST POSTS
-
How to Lead Your Team when the House Is on Fire
https://peterszasz.com/how-to-lead-your-team-when-the-house-is-on-fire/
The three focus areas of an Engineering Manager
- Ensuring delivery that’s aligned with company goals;
- Building and sustaining a high-performing engineering team;
- Supporting the success and personal growth of the individuals on the team.
-
Investing in your career
- No one owes you anything. You are replaceable, but your unique talent and experience can make you irreplaceable.
- Success is not about working smart, but about failure management. Fail often but fail fast.
- Knowing how to communicate with others is more important than hard work.
- Your education will only take you so far, experience is key.
- Your attitude and mindset will determine your success more than your skills.
- Luck plays a big role in success, but preparation increases your chances of luck.
- Your competition is working harder than you think.
- Your reputation is your most valuable asset.
- Time management is crucial, prioritize wisely.
- Personal growth is a never-ending journey, not a destination.
- Your success is mostly determined by your ability to adapt to change.
- Take calculated risks.
- When all seems at end, give time to time.
FEATURED POSTS
-
What Is The Resolution and view coverage Of The human Eye. And what distance is TV at best?
https://www.discovery.com/science/mexapixels-in-human-eye
About 576 megapixels for the entire field of view.
Consider a view in front of you that is 90 degrees by 90 degrees, like looking through an open window at a scene. The number of pixels would be:
90 degrees * 60 arc-minutes/degree * 1/0.3 * 90 * 60 * 1/0.3 = 324,000,000 pixels (324 megapixels).At any one moment, you actually do not perceive that many pixels, but your eye moves around the scene to see all the detail you want. But the human eye really sees a larger field of view, close to 180 degrees. Let’s be conservative and use 120 degrees for the field of view. Then we would see:
120 * 120 * 60 * 60 / (0.3 * 0.3) = 576 megapixels.
Or.
7 megapixels for the 2 degree focus arc… + 1 megapixel for the rest.
https://clarkvision.com/articles/eye-resolution.html
Details in the post
-
HDRI Median Cut plugin
www.hdrlabs.com/picturenaut/plugins.html
Note. The Median Cut algorithm is typically used for color quantization, which involves reducing the number of colors in an image while preserving its visual quality. It doesn’t directly provide a way to identify the brightest areas in an image. However, if you’re interested in identifying the brightest areas, you might want to look into other methods like thresholding, histogram analysis, or edge detection, through openCV for example.
Here is an openCV example:
(more…)