boris-kz / CogAlg

This project is a Computer Vision implementation of general hierarchical pattern discovery principles introduced in README
http://www.cognitivealgorithm.info
MIT License
90 stars 42 forks source link

ders2_ - what about another mnemonic identifier? #13

Closed Twenkid closed 3 years ago

Twenkid commented 5 years ago

It's said "2D"...

comparison between rng vertically consecutive pixels, forming ders2: 2D tuple of derivatives per pixel

What about ders2d_ ? Or dersy, dersY, ders2Y, dersV (vertical)

If the first are "1D" - ders1d (or no change), dersl (lateral, but small L is a bad letter in most fonts), ders1D, dersL

Or dersx, dersy , or dersX, dersY or whatever more suggestive.

Unless there will be a sequence with numbering: ders3, ders4 etc.... Then it may be consistent with numbers as well.

https://github.com/boris-kz/CogAlg/blob/de001789fff4600b91b0ccf336844a4d47ebdb00/frame_dblobs.py#L64

boris-kz commented 5 years ago

I want to keep it brief, for the meaning you can just check content or comments

On Thu, Sep 27, 2018 at 9:06 PM Todor Arnaudov notifications@github.com wrote:

It's said "2D"...

comparison between rng vertically consecutive pixels, forming ders2: 2D tuple of derivatives per pixel

What about ders2d_ ? Or dersy, dersY, ders2Y, dersV (vertical)

If the first are "1D" - ders1d (or no change), dersl (lateral, but small L is a bad letter in most fonts), ders1D, dersL

Or dersx, dersy , or dersX, dersY or whatever more suggestive.

https://github.com/boris-kz/CogAlg/blob/de001789fff4600b91b0ccf336844a4d47ebdb00/frame_dblobs.py#L64

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/boris-kz/CogAlg/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AUAXGY4eMUNRf4KVZKkmV3NQocXUJ7CZks5ufXYQgaJpZM4W9r-f .

Twenkid commented 5 years ago

OK