-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A PR for migrating Cineast features #99
Conversation
Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
|
||
companion object { | ||
/** [LinearCorrespondence] for [EHDRetriever]. Maximum distance is taken from Cineast implementation. */ | ||
private val CORRESPONDENCE = LinearCorrespondence(16 / 4f) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Soo, 4f
? 😜
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^^
As written: It's been taken from the Cineast implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, but I don't think we need to necessarily backport sins of the past
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree.
Frankly, I was assuming there to be some "educational" value in the notation. Sometimes I express thing like this myself to hint at how the value was derived.
Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
…s feature modules now return a DenseRetriever instance instead of their own implementation. Signed-off-by: Ralph Gasser <[email protected]>
…r/vitrivr-engine into feature/cineast-migration # Conflicts: # vitrivr-engine-module-features/src/main/kotlin/org/vitrivr/engine/module/features/feature/averagecolor/AverageColorRetriever.kt
…ner and XYZColorContainer. Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
…r-engine into feature/cineast-migration
…her default features. Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
…on it. Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
Signed-off-by: Ralph Gasser <[email protected]>
This PR contains Cineast features that we have decided to migrate.
See #94 for discussion