A B C D E F G H I K L M N O P Q R S T U W Z

S

saveLICOVmodel(File, LICOVModel) - Static method in class org.cyberlab.support.FileStorage
Saves LICOmodel to file.
saveMat(File, Mat) - Static method in class org.cyberlab.support.FileStorage
Saves a Mat object to file
saveMat(File, Mat, String, String) - Static method in class org.cyberlab.support.FileStorage
Saves an image converted to a Mat object together with a string representation of its descriptor type and keypoint type.
score - Variable in class org.cyberlab.local.recognition.LocalMatch
 
sendFile(File, byte[]) - Method in class org.cyberlab.local.recognition.extractor.net.SocketComm
Description:
Loads a file into a buffer and sends piece by piece via a socket object until complete.
sendMessage(String) - Method in class org.cyberlab.local.recognition.extractor.net.SocketComm
Helper method for sending a message to the socket
setCamera(Camera) - Method in class org.cyberlab.local.activity.Preview
 
setModel(LocalModel<E>) - Method in class org.cyberlab.local.activity.AbstractCreateModelActivity
Stores the model.
shutter - Static variable in class org.cyberlab.R.drawable
 
size() - Method in class org.cyberlab.local.recognition.LICOV.LICOVModel
Returns the number of model keypoints
sock - Variable in class org.cyberlab.local.recognition.extractor.net.SocketComm
 
SocketComm - Class in org.cyberlab.local.recognition.extractor.net
This class implements the socket communication protocols (used by SocketLocalFeaturesExtractor) between the Android device and the socket feature extractor server.
The overall communication protocol follows this pattern:
1.
SocketComm(String, int, int) - Constructor for class org.cyberlab.local.recognition.extractor.net.SocketComm
 
SocketCommException - Exception in org.cyberlab.local.recognition.extractor.net
Exception class thrown by SocketComm
SocketCommException(String, String, Exception) - Constructor for exception org.cyberlab.local.recognition.extractor.net.SocketCommException
 
socketExtractor(String, int) - Static method in class org.cyberlab.local.recognition.LocalFeaturesExtractorFactory
 
socketExtractor(String, int, int, int) - Static method in class org.cyberlab.local.recognition.LocalFeaturesExtractorFactory
 
SocketLocalFeaturesExtractor - Class in org.cyberlab.local.recognition.extractor.net
Features extractor that uses socket connections to an external server helping in extracting features and descriptors.
SocketLocalFeaturesExtractor(String, int) - Constructor for class org.cyberlab.local.recognition.extractor.net.SocketLocalFeaturesExtractor
The default extractor constructor uses SURF for feature detection and descriptor extraction.
SocketLocalFeaturesExtractor(String, int, int, int) - Constructor for class org.cyberlab.local.recognition.extractor.net.SocketLocalFeaturesExtractor
The advanced extractor can use all the feature detectors currently supported by OpenCV:
"FAST" – FastFeatureDetector
"STAR" – StarFeatureDetector
"SIFT" – SIFT (nonfree module)
"SURF" – SURF (nonfree module)
"ORB" – ORB
"MSER" – MSER
"GFTT" – GoodFeaturesToTrackDetector
"HARRIS" – GoodFeaturesToTrackDetector with Harris detector enabled
"DENSE" – DenseFeatureDetector
"SIMPLEBLOB" – SimpleBlobDetector

Also a combined format is supported: feature detector adapter name
("GRID" – GridAdaptedFeatureDetector, "PYRAMID" – PyramidAdaptedFeatureDetector) + feature detector name (see above), for example: "GRID_FAST", "PYRAMID_STAR".
WARNING: The "Dynamic" feature detectors are only used by the Android version of OpenCV and doesn't exist on other platforms than OpenCV.
startCameraActivity() - Method in class org.cyberlab.local.activity.AbstractGeneralActivity
Start camera activity
startImageLibraryActivity() - Method in class org.cyberlab.local.activity.AbstractGeneralActivity
Start library activity
StreamCopy - Interface in org.cyberlab.support.interfaces
Interface for methods supporting the CopyFromStreamToFileTemplate and CopyFromUrlToFileTemplate methods.
surfaceChanged(SurfaceHolder, int, int, int) - Method in class org.cyberlab.local.activity.Preview
 
surfaceCreated(SurfaceHolder) - Method in class org.cyberlab.local.activity.Preview
 
surfaceDestroyed(SurfaceHolder) - Method in class org.cyberlab.local.activity.Preview
 
switch_cam - Static variable in class org.cyberlab.R.id
 
switchCamera(Camera) - Method in class org.cyberlab.local.activity.Preview
 

A B C D E F G H I K L M N O P Q R S T U W Z