Morphological Image Processing | Erosion | Best Set-Theoretic Explanation of Erosion by DeepEigen

DeepEigen recently shared public lecture on Morphological Operations - Erosion, here is the link to the public Lecture: Erosion_Youtube_DeepEigen

Instructor Sanjeev Sharma explained Erosion mathematically, the type of explanation is not available in any Book/Research Paper/ University Lecture. Please give a valuable feedback to the lecture.

The video is a part of the course Introduction to Robotics & Visual Navigation Module I: Computer Vision.

Here are some other public lectures by DeepEigen: Public_Lectures_DeepEigen

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/shani_786
πŸ“…︎ Aug 09 2020
🚨︎ report
Morphological image processing danielrapp.github.io/morp…
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/Rotaway
πŸ“…︎ Sep 21 2015
🚨︎ report
Morphological Operations | Computer Vision | Post Processing | DeepEigen | Swaayatt Robots youtu.be/32GWPiFg6as
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/shani_786
πŸ“…︎ Aug 08 2020
🚨︎ report
Deep Learning identifies new morphological patterns of Homologous Recombination Deficiency in luminal breast cancers from whole slide images. biorxiv.org/content/10.11…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/sburgess86
πŸ“…︎ Sep 11 2021
🚨︎ report
I spent nearly 6 months processing this 600 megapixel Milky Way Pano. This is one of my highest resolution images to date [OC]
πŸ‘︎ 51k
πŸ’¬︎
πŸ‘€︎ u/DanielJStein
πŸ“…︎ Nov 14 2021
🚨︎ report
I Finished editing my clearest moon image ever after many days of post processing and merging 400 RAW images.(OC) reddit.com/gallery/qyrzhk
πŸ‘︎ 32k
πŸ’¬︎
πŸ‘€︎ u/daryavaseum
πŸ“…︎ Nov 21 2021
🚨︎ report
Analog image processing
πŸ‘︎ 544
πŸ’¬︎
πŸ‘€︎ u/en_peru_bharath
πŸ“…︎ Jan 16 2022
🚨︎ report
Pleiades Star Cluster - Image Processing Before & After v.redd.it/jrw6mxhgw4381
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/peeeduhhh
πŸ“…︎ Dec 02 2021
🚨︎ report
Do iPhones' image processing improve with software updates?

Can I expect an iPhone 8 to have better image processing now compared to when it was released? Genuinely curious since other companies tend to try to improve image quality with software updates.

Thanks and cheers!

πŸ‘︎ 44
πŸ’¬︎
πŸ“…︎ Jan 11 2022
🚨︎ report
They're getting SOO close to identifying the curve. Can someone with better image processing tools animate this light-path straightening (and water curving) to show they just put the curve in the wrong place?
πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/huuaaang
πŸ“…︎ Jan 10 2022
🚨︎ report
ELI5: How does the tripod carrying the secondary mirror on the JWST not interfere with the processing of infrared images?

Might be the wrong sub, but thought I'd ask here first.

πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/Start_Equal
πŸ“…︎ Jan 07 2022
🚨︎ report
Most insane haul I've ever had or ever will have, I'm still in shock processing all this gear. Check comments on the story/gear list behind the image
πŸ‘︎ 61
πŸ’¬︎
πŸ‘€︎ u/Acirimis
πŸ“…︎ Dec 30 2021
🚨︎ report
Question about Processing Images Using APP and Pixinsight Combo

Question for those of you that use the combo of APP and Pixinsight: Are you using APP strictly for stacking? If so I assume you are saving the image in the linear state, ie no stretch.

Do you us APP's light pollution removal tool?

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/jratino
πŸ“…︎ Jan 12 2022
🚨︎ report
Orion Nebula - Image Processing Before & After v.redd.it/r52iv039asz71
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/peeeduhhh
πŸ“…︎ Nov 15 2021
🚨︎ report
Cannot say enough of how good the image processing is on the Pixel 4a
πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/TrailsNFrag
πŸ“…︎ Jan 01 2022
🚨︎ report
OnePlus Nord Camera processing image while viewing it

Hi, I'm a new owner of a OnePlus Nord. Great phone with one downside. The camera, when I take pictures they get altered or photoshopped in some way. When I view the picture I can see the changes being made. Looks like something is processing the image. When it's done, well it doesn't improve the image.

Example, when taking a picture of a group of people all the faces are being altered. All but one are in some kind of blur. Also the lighting is being changed.

This feels very odd. Is there a way to shut this down?

πŸ‘︎ 37
πŸ’¬︎
πŸ‘€︎ u/Sl-wR
πŸ“…︎ Dec 23 2021
🚨︎ report
Processing: Save image with random colors in filename

Hello my friends. I'm kinda new to processing.

I wrote this code where i have random colors. I can print them and i get something like this: (133, 149, 93)

Now if i want to save this image i want to have (133, 149, 93) in the filename as well.

I tried using save("image - " + colors + ".jpg") because i defined my random colors under colors.

The program works but don't save and i get the following:

processing.app.SketchException: TypeError: cannot concatenate 'str' and 'int' objects

at jycessing.mode.run.SketchRunner.convertPythonSketchError(Unknown Source)

at jycessing.mode.run.SketchRunner.lambda$startSketch$3(Unknown Source)

at java.lang.Thread.run([Thread.java:748](https://Thread.java:748))

I have the colors as colors = color(random(0, 256),random(0,256),random(0,256))

What should i change?

Sorry for bad explaining. Thank you for your help!

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/1seven6
πŸ“…︎ Jan 08 2022
🚨︎ report
digiKam is 20 years old! From modest graphic frontend for Gphoto2, to full-fledged image processing work station, digiKam has come a long way in its two decades of history digikam.org/news/2021-12-…
πŸ‘︎ 109
πŸ’¬︎
πŸ‘€︎ u/Bro666
πŸ“…︎ Dec 16 2021
🚨︎ report
Error processing image when making sticker packs.

when i want to create a sticker pack, thru pc on ubuntu, i got a error about some error processing images. the images are correct. i seen some issues posted on github and it lead nowhere, any tips on how to fix this? thanks!

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/klenha
πŸ“…︎ Jan 15 2022
🚨︎ report
Imagor - fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax github.com/cshum/imagor
πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/cshum
πŸ“…︎ Jan 04 2022
🚨︎ report
Morphological Transformations, I want the image from left to look like image from right. Do you have any idea?

https://preview.redd.it/5pecl9gzsrn41.png?width=1156&format=png&auto=webp&s=238e236d2823cf310ad381df40a9fd2db3e7af8d

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/26rs05
πŸ“…︎ Mar 20 2020
🚨︎ report
Reddit incident reported: Image upload and spam processing are having a partial outage/delays

#An issue with the site was reported: Image upload and spam processing are having a partial outage/delays

View this incident at redditstatus.com.

Updates:

Dec 7, 17:26 PST Resolved - This incident has been resolved.


Dec 7, 14:22 PST Monitoring - We are seeing significant improvement across all clients and are continuing to monitor recovery.


Dec 7, 11:16 PST Update - Image and video uploads are successfully processing, but are delayed across all platforms. We are continuing to work on restoring full functionality.


Dec 7, 09:10 PST Update - We're confident a fix is on the way! Meanwhile, we appreciate your patience and are sorry for any issues you continue to experience with image uploads.


Dec 7, 08:18 PST Identified - We have identified a likely trigger for this problem. We are working to resolve it.


Dec 7, 08:06 PST Investigating - We are currently experiencing issues with image uploads across all platforms. We are currently investigating this.

πŸ‘︎ 42
πŸ’¬︎
πŸ‘€︎ u/RedditStatusBot
πŸ“…︎ Dec 07 2021
🚨︎ report
Since y’all were hating on my post-processing of this, here is the original image. How can I make it look better?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/blancomusic
πŸ“…︎ Jan 04 2022
🚨︎ report
Uploading images taking too long (processing)

Hi, in past few days I noticed that when I want to upload an image anywhere (server or DM's) it uploads the image fast as usual but then it takes up to a minute to actually send it. It is stuck on "processing" after the image itself was uploaded.

Is there a way to fix this? I could just reinstall discord but I don't know if it will fix the problem.

Thank you in advance for help.

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/MegaloHorse
πŸ“…︎ Dec 29 2021
🚨︎ report
Should I replace this working Optane part when I am already upgrading the RAM and adding a SATA drive. I noob'd my first post screenshot of NVME part in question. Computer will be used for heavy processing such as facial recognition of a large library of over 100000 images. reddit.com/gallery/s16scq
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/peoplesen
πŸ“…︎ Jan 11 2022
🚨︎ report
[D] Why is Audio so far behind other ML application domains like Image Processing and NLP?

I 'd like to gain some intuition and actual insight if someone has worked on audio, on why we haven't seen major breakthroughs in audio ML (tracking and localization) as we saw with Image processing and NLP. Ofcourse there is the issue of data and annotating which except for being a laborious task, it's also hard to define e.g how do you label a conversation of multiple individuals on a dinner table, but I would assume that if needed large corporations would attempt such a project.

It seems to me that either people convert data to images and use Image Processing methods or use Signal Processing. Does that mean Signal Processing is more lightweight and outperforms a prospective ML approach?

πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/Crookedpenguin
πŸ“…︎ Dec 07 2021
🚨︎ report
I consider this one of my talents (the consistent phonetic patterns also act as pseudo-morphological rules)
πŸ‘︎ 464
πŸ’¬︎
πŸ‘€︎ u/do_not1
πŸ“…︎ Jan 08 2022
🚨︎ report
What platform should I use to quickly set up my online paid image processing service?

I am a python developer and very new to the web world. I wrote an imaging processing script in python using cv2 and I am thinking to host it as a backend service online to make some passive income.

My planned website is much like this one - https://visafoto.com/ where users can upload a picture and we process it at the backend using my python code, and then give it a preview to the user. If the user is satisfied, s/he needs to pay to download the processed image.

Other functionalities I wish my web app has are -

  1. Provide free trail, but restrict to one time use for one ip address / one device, per day.

  2. Use captchar to prevent bots.

  3. Register an account and select different plans

  4. Incorporate different payment methods, i.e., Credit card, PayPal, Google Pay, etc.

  5. Prevent DDOS

  6. Send the processed image to user's email

I know some HTML, CSS and JS, but I think nowadays people don't reinvent the wheel completely, right? So what could be my best option to quickly set up my web app including the above requirements? AWS? Any useful resources?

Thanks a million!

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/aparallelme
πŸ“…︎ Jan 13 2022
🚨︎ report
Please help! Blender compositor - what file type should my render images be for animation post processing?

Hey guys, I'm trying to create render layers so that I can do some post processing of my animation before finalizing it into a short clip. I want to be able to edit colors, mist, diffuse, ambient occlusion - pretty basic post processing. What type of file do I choose when I render? What file supports passes in cycles? I know this is a pretty basic question but for some reason I can't find the answer :( please help me out and teach me what i'm doing wrong so that i can start doing it right. thank u thank u thank u

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/QueenPersia
πŸ“…︎ Jan 18 2022
🚨︎ report
Processing Images on Golem - an example & a usable application

golem-bulk-image-handler goes through the process of handling images on Golem using the Python module Pillow - which is based on PIL.

The project is quite basic right now, with the only functionalities being resizing, rotating, and adding filters, but it is open for suggestions. It should be easy to follow, even for someone who hasn't requested anything on Golem previously.

It shows a simple example of how one could create their own application to run on Golem - more so than the examples themselves but is not documented as a guide in itself. A few common issues and explanations can be seen in the README.md file.

If you have any questions, suggestions, or anything of the sort - feel free to comment them below or let me know on Discord :)

Github - https://github.com/figurestudios/golem-bulk-image-handler

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/figureprod
πŸ“…︎ Dec 18 2021
🚨︎ report
Fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax

I thought the r/docker subreddit might be interested in this project I just found!

https://github.com/cshum/imagor

πŸ‘︎ 29
πŸ’¬︎
πŸ‘€︎ u/binaryfor
πŸ“…︎ Dec 12 2021
🚨︎ report
Anyone else having this weird image processing glitch? It randomly happens on my iPhone 13 Pro
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Keeewby
πŸ“…︎ Jan 03 2022
🚨︎ report
Hitman Absolution without image post-processing filters.VIDEO. As I promised you all, I recorded a short video of the gameplay with the image post-processing filters disabled. The game began to look more pleasant and detailed. youtube.com/watch?v=l79UK…
πŸ‘︎ 127
πŸ’¬︎
πŸ‘€︎ u/Ryan_Pupkin
πŸ“…︎ Nov 12 2021
🚨︎ report
[Spain] Pc for Gaming and data analytics (neural networks, image processing)

What will you be doing with this PC? Be as specific as possible, and include specific games or programs you will be using.

I’ll be using it for data models (neural networks, image processing) and big data projects, which means python, Keras and that sort of thing

And I’ll be using it for gaming, During the Black Friday steam sales I bought red dead redemption 2, forza horizon 4, cyberpunk 2077, middle earth shadows of war and dying light, and I’m kind of waiting to build a strong Pc so that I can enjoy them on my first run and not get an okayish experience with my current Pc while I play at 20-30 fps on medium-high

>What is your maximum budget before rebates/shipping/taxes?

Top of the budget probably 2K€.

>When do you plan on building/buying the PC? Note: beyond a week or two from today means any build you receive will be out of date when you want to buy.

ASAP, but don’t mind waiting for sales, shortages etc

>What, exactly, do you need included in the budget? (Tower/OS/monitor/keyboard/mouse/etc)

Everything, I currently have a laptop and I’m making the switch to my first pc

>Which country (and state/province) will you be purchasing the parts in? If you're in US, do you have access to a Microcenter location?

I’m in Spain so from here, I suppose I could buy us/world components through Amazon and have them delivered here.

>If reusing any parts (including monitor(s)/keyboard/mouse/etc), what parts will you be reusing? Brands and models are appreciated.

None.

>Will you be overclocking? If yes, are you interested in overclocking right away, or down the line? CPU and/or GPU?

Nope, I’ve read about it but I’m not sure I can do it safely so I would rather not risk doing so

>Are there any specific features or items you want/need in the build? (ex: SSD, large amount of storage or a RAID setup, CUDA or OpenCL support, etc)

1TB of storage minimum.

I do need/want wifi

>Do you have any specific case preferences (Size like ITX/microATX/mid-tower/full-tower, styles, colors, window or not, LED lighting, etc), or a particular color theme preference for the components?

Nope, more focused on performance and value rather than aesthetics.

>Do you need a copy of Windows included in the budget? If you do need one included, do you have a preference?

Yes, windows 10 is fine.

>Extra info or particulars:

If it’s helpful to orientate, my current laptop specs are

Processor: intel

... keep reading on reddit ➑

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/Polamen
πŸ“…︎ Dec 16 2021
🚨︎ report
Davinchi Resolve 16 GPU failed to perform image processing because of an error. Error Code: -59.
πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/V2_Playz
πŸ“…︎ Dec 20 2021
🚨︎ report
My first generated image with Processing and coding at all. Feeling happy.
πŸ‘︎ 31
πŸ’¬︎
πŸ‘€︎ u/archytektas
πŸ“…︎ Jan 08 2022
🚨︎ report
digiKam is 20 years old! From modest graphic frontend for Gphoto2, to full-fledged image processing work station, digiKam has come a long way in its two decades of history digikam.org/news/2021-12-…
πŸ‘︎ 99
πŸ’¬︎
πŸ‘€︎ u/Bro666
πŸ“…︎ Dec 16 2021
🚨︎ report
Anyone know how this image is created? Guessing there has to be some form of post processing involved but I'm not sure how (Reference: Enter The Void by Gaspar Noe poster)
πŸ‘︎ 178
πŸ’¬︎
πŸ‘€︎ u/toskarules
πŸ“…︎ Nov 10 2021
🚨︎ report
Godot - GoDot C64 Image Processing - (GoDot) opensourcelibs.com/lib/go…
πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/c64glen
πŸ“…︎ Jan 03 2022
🚨︎ report
Imagor - fast, Docker-ready image processing server written in Go and libvips, with Thumbor URL syntax github.com/cshum/imagor
πŸ‘︎ 56
πŸ’¬︎
πŸ‘€︎ u/cshum
πŸ“…︎ Dec 05 2021
🚨︎ report
Raw image processing workflow?

This topic has been frustrating me. I'm really unsure of the proper way to process my raw image files before running them through photogrammetry software. Typically, what I've been doing is color correcting (using a ColorChecker card) and, sometimes, adjusting exposure before converting my raw files into 16-bit TIFs.

I'm interested in producing models that can be used for academic research, so I'm really concerned about whether what I do in raw processing has a negative impact on the accuracy of my models.

In some tutorials, I've seen people turning down highlights and turning up shadows. I understand that this will make more information available to the photogrammetry software, but could it affect model accuracy?

Recently, I purchased DxO PhotoLab 5 and I've tried out the DeepPRIME denoising. I've also noticed corrections for vignetting, chromatic aberration, and lens sharpening. I know I'm not supposed to use distortion correction, so I know to not enable that. However, what about the other settings; is there any benefit to enabling those or should they stay disabled?

Does anyone know of any published raw processing workflows for photogrammetry?

Again, I'm concerned that some adjustments may be suitable if one is producing gaming assets, but not suitable for producing models that may be used for collecting research data.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/Wizyza
πŸ“…︎ Dec 23 2021
🚨︎ report
Minting dApp: Coming December MintedWithLovelace is a fully decentralized NFT launchpad and marketplace. Launch any size project, IPFS or on-chain, automatic image processing and json generation, mint on demand, swap or sell existing assets, and smartcontract registry for royalty enforcement (+more) mintedwithlovelace.com/
πŸ‘︎ 28
πŸ’¬︎
πŸ‘€︎ u/thebreathofatree
πŸ“…︎ Nov 25 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.