Brisk is a distribution of Apache Cassandra, Hadoop, Pig and Hive, enabling MapReduce jobs to be executed across a scalable, peer-to-peer storage cluster. A Cassandra-based filesystem called CassandraFS replaces HDFS (and avoids the single point of failure in HDFS, the NameNode). MapReduce jobs can work on files stored in CassandraFS, or on the fine-grained rows and columns within Cassandra.
Questions tagged [brisk]
23 questions
1
vote
2 answers
Brisk (binary robust invariant scalable keypoints )
I am trying to do BRISK my own code in matlab.
Where ı am stack, ı don't understand what this expression means.
let us consider one of the N*(N −1)/2 sampling-point pairs (pi, pj).
A = {(pi, pj) ∈ R2 × R2 | i < N ∧ j < i ∧ i, j ∈ N }
The…

MerveMeriç
- 73
- 1
- 3
- 10
1
vote
1 answer
Correct Size of bits in brisk descriptors? opencv
I have a little problem of comprehension.
The standard type of a Brisk descriptor Mat value in opencv is an unsigned char value with a standard size of 8 bit. A complete descriptor of a KeyPoint has a size of 16 unsigned char values. 8bitx16 =…

Ingeborg
- 87
- 13
1
vote
1 answer
Using Brisk or not?
I will develop a scalable web application with lots of data. I am thinking of using Brisk. Has anyone ever used it? There are some good resources explaining how to use it but still it seems very new and have limited amount of sources (even in…

Ataman
- 2,530
- 3
- 22
- 34
0
votes
1 answer
upgrade cassandra in brisk community version
Anybody tried to upgrade cassandra version from 0.8.* to 1.0 in Brisk-1.0-beta2?
Brisk-1.0-beta2 comes with cassandra 0.8.1.
Somebody already tried to upgrade cassandra 0.8.1 to 0.8.6. See this question:
Upgrade Cassandra Version Brisk
But…

chnet
- 1,993
- 9
- 36
- 51
0
votes
0 answers
Is this combination feasible for image stitching using Python 3.8 and openCV?
I was assigned for an image stitching project. As a beginner, I had read and learnt a lot from the Internet. Below are my combination of techniques used by me to implement image stitching. Are they feasible? I use python 3.8 and OpenCV.…

Tony Tan
- 1
- 1
0
votes
1 answer
Markers with good features for recognizing multiple objects
I am trying to localize an object by recognizing a marker the object carries on the image from the camera. I am currently using ORB feature detector (that is, pyramidal FAST detector) along with BRISK descriptors.
I should properly recognize 12-16…

Damjan Dakic
- 265
- 1
- 19
0
votes
1 answer
C++ mex constantly running and waiting for MATLAB input
I'am working with opencv that I integrated into MATLAB. I'm using the Features2D and Nonfree libraries of opencv to run different keypoints detection and description algorithms.
After many tests I noticed that BRISK is performing pretty good with my…

Mehdi
- 1,370
- 3
- 15
- 26
0
votes
1 answer
Hadoop and Cassandra to Compare 2 Rows
i have two Rows on a Cassandra ColumnFamily an want to Compare the Values of Columns with the same Columnname, eg:
CF: User
Key: Columns:
......................................................
K1: {Col1: "Andy" V1: "100"} {Col2: "Tom" V2:…

FrankyK
- 109
- 1
- 10