Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
So apparently their master plan is to expose people not fucking their bitches to annoying assholes who want stabbed in their sleep
-
@salsagal your avatar is so sexy
I just look at that generic conglomeration of arbitrarily rendered doodle like traits and sprout the most massive erection for the 4th time since you mentioned strangely that you are gay though you work for men go figure lol
Course the Dutch door aspect seems pretty common place lmao -
SalsaGal2773y
-
@SalsaGal that’s interesting I remember someone with this nickname chiding me at one point
So what do you think about the tattoo ? -
sonalford-83yTo win the game, Mario must reach the flagpole at the end of each level.
Join the game on your computer or mobile phone.
So I want to make sure I’m not an idiot
I’ve tried several strategies to localized image segmentation
The first was locating a data pixel and expanding a bounding box around mall pixels close enough to be part of a shape
The next was pushing pixels outward to find connected edges until all edges has a point plotted for them forming a mesh it selected a point and moved in all 8 directions looking for the next edge Skipping directions another point was on
The last that I’m working on draws out all the data pixels into a 2d dictionary and then finds all line segments in six directions and then goes back through and links them and all segments previously linked to all newly linked segments first arranging them into panels of larger pixel groups to minimize iterations
Am I overthinking this ?
question