SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Downloaden Sie, um offline zu lesen
Alessandro de Oliveira Faria (A.K.A. Cabelo) 
Certiface e a tecnologia 
Intel no combate a Fraude.
AApprreesseennttaaççããoo 
Ingressou­se 
aos 12 anos no 
mercado de tecnologia/inovação. 
● Sócio fundador da NETi TECNOLOGIA; 
● Inventor da tecnologia Certiface; 
● 102 Artigos publicados na internet (Viva O Linux e outros); 
● Embaixador openSUSE na América Latina; 
● Experiência com Visão Computacional (openCV e GPU );
Br Fraudadores: Briiggaa ddee ggaattoo ee rraattoo!!
SUPER 
99,95% 
O Certiface: PPrrootteeggee aass ppeessssooaass
OO CCeerrttiiffaaccee:: OObbrriiggaaddoo IInntteell......
CCeerrttiiffaaccee:: NNaasscceeuu ggrraannddee......
PPCCLL :: PPooiinntt CClloouudd LLiibbrraarryy
IInnssttaallaaççããoo ee ccoonnffiigguurraaççããoo NNDDKK:: 
$ unzip android­ndk­r4b­linux­x86. 
zip 
Pronto o NDK esta instalado com sucesso!
public class HelloNDK extends Activity { 
TextView txtHello; 
@Override 
public void onCreate(Bundle savedInstanceState) { 
super.onCreate(savedInstanceState); 
setContentView(R.layout.main); 
txtHello = (TextView) findViewById(R.id.txtHello); 
String hello = sayHello(); 
txtHello.setText(hello); 
} 
public native String sayHello(); 
static { 
System.loadLibrary("hellondk"); 
} 
}
$ cd ~/workspace/HelloNDK 
$ javah ­o 
hellondk.h ­classpath 
bin com.cabelo.hellondk.HelloNDK 
$ mkdir jni 
$ cp hellondk.h jni/ 
$ cd jni 
$ vi hellondk.cpp 
#include <hellondk.h> 
JNIEXPORT jstring JNICALL 
Java_com_cabelo_hellondk_HelloNDK_sayHello(JNIEnv *env, jobject 
obj){ 
return env­> 
NewStringUTF("Hello, NDK!"); 
}
PictureCallback rawCallback = new PictureCallback() { 
public void onPictureTaken(byte[] _data, Camera _camera) { 
[ … ] } }; 
void 
Java_com_cabelo_GetFace_PreviewView_RgbToGray( JNIEnv* env, 
jobject this, jbyteArray src, jintArray dst ) 
{ 
jboolean b; 
jint len; 
jbyte* srcPtr=(*env)­> 
GetByteArrayElements(env,src,&b); 
jint* dstPtr=(*env)­> 
GetIntArrayElements(env,dst,&b); 
len = (*env)­> 
GetArrayLength(env,src); 
RGB32toGray8(srcPtr, dstPtr, len); 
(*env)­> 
ReleaseByteArrayElements(env, src, srcPtr, 0); 
(*env)­> 
ReleaseIntArrayElements(env, dst, dstPtr, 0); 
};
$ vi Application.mk 
APP_ABI := armeabi armeabi­v7a 
x86 
$ /usr/local/share/android­ndk­r4b/ 
ndk­build 
APP_ABI=all 
Compile++ thumb: hellondk <= ~/HelloNDK/jni/hellondk.cpp 
SharedLibrary : libhellondk.so 
Install : libhellondk.so => ~/HelloNDK/libs/armeabi 
Compile++ thumb: hellondk <= ~/HelloNDK/jni/hellondk.cpp 
SharedLibrary : libhellondk.so 
Install : libhellondk.so => ~/HelloNDK/libs/armeabi­v7 
Compile++ thumb: hellondk <= ~/HelloNDK/jni/hellondk.cpp 
SharedLibrary : libhellondk.so 
Install : libhellondk.so => ~/HelloNDK/libs/x86
OOppeennCCVV ffoorr AAnnddrrooiidd 
10 x mais performático. 
http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html
TTBBBB ee IIPPPP ffoorr AAnnddrrooiidd 
https://software.intel.com/en-us/articles/using-intel-ipp-with-android-os 
https://www.threadingbuildingblocks.org/ 
gmake tbb tbbmalloc target=android 
https://software.intel.com/en-us/android/articles/android-tutorial-writing-a-multithreaded- 
application-using-intel-threading-building-blocks
DDeetteeccttaarr ffaacceess 
https://software.intel.com/en-us/blogs/2013/10/28/implementing-face-detection-in-android 
FaceDetector face_detector = new FaceDetector( 
background_image.getWidth(), 
background_image.getHeight(), MAX_FACES); 
faces = new FaceDetector.Face[MAX_FACES]; 
face_count = face_detector.findFaces(background_image, faces); 
Log.d("Face_Detection", "Face Count: " + 
String.valueOf(face_count));
Obrigado... 
alessandrofaria@netitec.com.br

Weitere ähnliche Inhalte

Andere mochten auch

Latinoware relatório
Latinoware relatórioLatinoware relatório
Latinoware relatórioCesar Brod
 
Se eu fosse a Microsoft
Se eu fosse a MicrosoftSe eu fosse a Microsoft
Se eu fosse a MicrosoftCesar Brod
 
IWEEE 2010 - Software Libre en Brasil
IWEEE 2010 - Software Libre en BrasilIWEEE 2010 - Software Libre en Brasil
IWEEE 2010 - Software Libre en BrasilCesar Brod
 
A EVOLUCAO DA ECONOMIA GLOBAL
A EVOLUCAO DA ECONOMIA GLOBALA EVOLUCAO DA ECONOMIA GLOBAL
A EVOLUCAO DA ECONOMIA GLOBALCarlos Ribeiro
 
Corporate lessons
Corporate lessonsCorporate lessons
Corporate lessonsguest75b9bf
 
EngWri 300 (Gary)
EngWri 300 (Gary)EngWri 300 (Gary)
EngWri 300 (Gary)karlsen
 
Art 372/373, Spring 2008
Art 372/373, Spring 2008Art 372/373, Spring 2008
Art 372/373, Spring 2008karlsen
 
EngWri 300 (Silcox)
EngWri 300 (Silcox)EngWri 300 (Silcox)
EngWri 300 (Silcox)karlsen
 
Eslr310 (Ford)
Eslr310 (Ford)Eslr310 (Ford)
Eslr310 (Ford)karlsen
 
Eng 300 (Krumm), Spring 2008
Eng 300 (Krumm), Spring 2008Eng 300 (Krumm), Spring 2008
Eng 300 (Krumm), Spring 2008karlsen
 
Hist311 (Piscopo)
Hist311 (Piscopo)Hist311 (Piscopo)
Hist311 (Piscopo)karlsen
 
NURSE 425 (Holt)
NURSE 425 (Holt)NURSE 425 (Holt)
NURSE 425 (Holt)karlsen
 
Certiface - Intel Perceptual
Certiface - Intel PerceptualCertiface - Intel Perceptual
Certiface - Intel PerceptualAlessandro Faria
 
Nursing 499 (Carriere), Spring 2008
Nursing 499 (Carriere), Spring 2008Nursing 499 (Carriere), Spring 2008
Nursing 499 (Carriere), Spring 2008karlsen
 
From Meme To Social Fabric
From Meme To Social FabricFrom Meme To Social Fabric
From Meme To Social Fabricewcslides
 
EngWri 300 (Magneson)
EngWri 300 (Magneson)EngWri 300 (Magneson)
EngWri 300 (Magneson)karlsen
 
Engwr300 Hansen
Engwr300 HansenEngwr300 Hansen
Engwr300 Hansenkarlsen
 
Engwr300 Garyfall08
Engwr300 Garyfall08Engwr300 Garyfall08
Engwr300 Garyfall08karlsen
 
Between Tiger And Crocodile
Between Tiger And CrocodileBetween Tiger And Crocodile
Between Tiger And Crocodileewcslides
 

Andere mochten auch (20)

OESP_Pg6_1115
OESP_Pg6_1115OESP_Pg6_1115
OESP_Pg6_1115
 
Latinoware relatório
Latinoware relatórioLatinoware relatório
Latinoware relatório
 
Se eu fosse a Microsoft
Se eu fosse a MicrosoftSe eu fosse a Microsoft
Se eu fosse a Microsoft
 
IWEEE 2010 - Software Libre en Brasil
IWEEE 2010 - Software Libre en BrasilIWEEE 2010 - Software Libre en Brasil
IWEEE 2010 - Software Libre en Brasil
 
A EVOLUCAO DA ECONOMIA GLOBAL
A EVOLUCAO DA ECONOMIA GLOBALA EVOLUCAO DA ECONOMIA GLOBAL
A EVOLUCAO DA ECONOMIA GLOBAL
 
Corporate lessons
Corporate lessonsCorporate lessons
Corporate lessons
 
EngWri 300 (Gary)
EngWri 300 (Gary)EngWri 300 (Gary)
EngWri 300 (Gary)
 
Art 372/373, Spring 2008
Art 372/373, Spring 2008Art 372/373, Spring 2008
Art 372/373, Spring 2008
 
EngWri 300 (Silcox)
EngWri 300 (Silcox)EngWri 300 (Silcox)
EngWri 300 (Silcox)
 
Eslr310 (Ford)
Eslr310 (Ford)Eslr310 (Ford)
Eslr310 (Ford)
 
Eng 300 (Krumm), Spring 2008
Eng 300 (Krumm), Spring 2008Eng 300 (Krumm), Spring 2008
Eng 300 (Krumm), Spring 2008
 
Hist311 (Piscopo)
Hist311 (Piscopo)Hist311 (Piscopo)
Hist311 (Piscopo)
 
NURSE 425 (Holt)
NURSE 425 (Holt)NURSE 425 (Holt)
NURSE 425 (Holt)
 
Certiface - Intel Perceptual
Certiface - Intel PerceptualCertiface - Intel Perceptual
Certiface - Intel Perceptual
 
Nursing 499 (Carriere), Spring 2008
Nursing 499 (Carriere), Spring 2008Nursing 499 (Carriere), Spring 2008
Nursing 499 (Carriere), Spring 2008
 
From Meme To Social Fabric
From Meme To Social FabricFrom Meme To Social Fabric
From Meme To Social Fabric
 
EngWri 300 (Magneson)
EngWri 300 (Magneson)EngWri 300 (Magneson)
EngWri 300 (Magneson)
 
Engwr300 Hansen
Engwr300 HansenEngwr300 Hansen
Engwr300 Hansen
 
Engwr300 Garyfall08
Engwr300 Garyfall08Engwr300 Garyfall08
Engwr300 Garyfall08
 
Between Tiger And Crocodile
Between Tiger And CrocodileBetween Tiger And Crocodile
Between Tiger And Crocodile
 

Ähnlich wie Certiface e a tecnologia Intel no combate a fraude.

4 Node.js Gotchas: What your ops team needs to know
4 Node.js Gotchas: What your ops team needs to know4 Node.js Gotchas: What your ops team needs to know
4 Node.js Gotchas: What your ops team needs to knowDynatrace
 
Intro to computer vision in .net
Intro to computer vision in .netIntro to computer vision in .net
Intro to computer vision in .netStephen Lorello
 
GDSC NCU Flutter
GDSC NCU FlutterGDSC NCU Flutter
GDSC NCU FlutterNCUDSC
 
Developing Google Glass
Developing Google GlassDeveloping Google Glass
Developing Google GlassJohnny Sung
 
[DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one!
[DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one![DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one!
[DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one!Synack
 
Samrt attendance system using fingerprint
Samrt attendance system using fingerprintSamrt attendance system using fingerprint
Samrt attendance system using fingerprintpraful borad
 
Beyond Breakpoints: A Tour of Dynamic Analysis
Beyond Breakpoints: A Tour of Dynamic AnalysisBeyond Breakpoints: A Tour of Dynamic Analysis
Beyond Breakpoints: A Tour of Dynamic AnalysisC4Media
 
jQuery Mobile & PhoneGap
jQuery Mobile & PhoneGapjQuery Mobile & PhoneGap
jQuery Mobile & PhoneGapSwiip
 
Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016
Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016
Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016Christian Schneider
 
OpenGL L02-Transformations
OpenGL L02-TransformationsOpenGL L02-Transformations
OpenGL L02-TransformationsMohammad Shaker
 
Integris Security - Hacking With Glue ℠
Integris Security - Hacking With Glue ℠Integris Security - Hacking With Glue ℠
Integris Security - Hacking With Glue ℠Integris Security LLC
 
XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...
XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...
XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...Publicis Sapient Engineering
 
Charlie Gerard- Mind Control in Javascript (Evolution)
Charlie Gerard- Mind Control in Javascript (Evolution)Charlie Gerard- Mind Control in Javascript (Evolution)
Charlie Gerard- Mind Control in Javascript (Evolution)Thoughtworks
 
Running Intelligent Applications inside a Database: Deep Learning with Python...
Running Intelligent Applications inside a Database: Deep Learning with Python...Running Intelligent Applications inside a Database: Deep Learning with Python...
Running Intelligent Applications inside a Database: Deep Learning with Python...Miguel González-Fierro
 
Questioning the status quo
Questioning the status quoQuestioning the status quo
Questioning the status quoIvano Pagano
 
Testing TYPO3 Applications
Testing TYPO3 ApplicationsTesting TYPO3 Applications
Testing TYPO3 ApplicationsAndré Wuttig
 
Taipei.py 2018 - Control device via ioctl from Python
Taipei.py 2018 - Control device via ioctl from Python Taipei.py 2018 - Control device via ioctl from Python
Taipei.py 2018 - Control device via ioctl from Python Hua Chu
 

Ähnlich wie Certiface e a tecnologia Intel no combate a fraude. (20)

What Lies Beneath
What Lies BeneathWhat Lies Beneath
What Lies Beneath
 
4 Node.js Gotchas: What your ops team needs to know
4 Node.js Gotchas: What your ops team needs to know4 Node.js Gotchas: What your ops team needs to know
4 Node.js Gotchas: What your ops team needs to know
 
Intro to computer vision in .net
Intro to computer vision in .netIntro to computer vision in .net
Intro to computer vision in .net
 
GDSC NCU Flutter
GDSC NCU FlutterGDSC NCU Flutter
GDSC NCU Flutter
 
Developing Google Glass
Developing Google GlassDeveloping Google Glass
Developing Google Glass
 
[DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one!
[DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one![DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one!
[DefCon 2016] I got 99 Problems, but 
Little Snitch ain’t one!
 
Samrt attendance system using fingerprint
Samrt attendance system using fingerprintSamrt attendance system using fingerprint
Samrt attendance system using fingerprint
 
Beyond Breakpoints: A Tour of Dynamic Analysis
Beyond Breakpoints: A Tour of Dynamic AnalysisBeyond Breakpoints: A Tour of Dynamic Analysis
Beyond Breakpoints: A Tour of Dynamic Analysis
 
jQuery Mobile & PhoneGap
jQuery Mobile & PhoneGapjQuery Mobile & PhoneGap
jQuery Mobile & PhoneGap
 
Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016
Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016
Serial Killer - Silently Pwning your Java Endpoints // OWASP BeNeLux Day 2016
 
OpenGL L02-Transformations
OpenGL L02-TransformationsOpenGL L02-Transformations
OpenGL L02-Transformations
 
Introduction to Domain-Driven Design
Introduction to Domain-Driven DesignIntroduction to Domain-Driven Design
Introduction to Domain-Driven Design
 
Integris Security - Hacking With Glue ℠
Integris Security - Hacking With Glue ℠Integris Security - Hacking With Glue ℠
Integris Security - Hacking With Glue ℠
 
XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...
XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...
XebiCon'17 : Faites chauffer les neurones de votre Smartphone avec du Deep Le...
 
Charlie Gerard- Mind Control in Javascript (Evolution)
Charlie Gerard- Mind Control in Javascript (Evolution)Charlie Gerard- Mind Control in Javascript (Evolution)
Charlie Gerard- Mind Control in Javascript (Evolution)
 
Dissecting BetaBot
Dissecting BetaBotDissecting BetaBot
Dissecting BetaBot
 
Running Intelligent Applications inside a Database: Deep Learning with Python...
Running Intelligent Applications inside a Database: Deep Learning with Python...Running Intelligent Applications inside a Database: Deep Learning with Python...
Running Intelligent Applications inside a Database: Deep Learning with Python...
 
Questioning the status quo
Questioning the status quoQuestioning the status quo
Questioning the status quo
 
Testing TYPO3 Applications
Testing TYPO3 ApplicationsTesting TYPO3 Applications
Testing TYPO3 Applications
 
Taipei.py 2018 - Control device via ioctl from Python
Taipei.py 2018 - Control device via ioctl from Python Taipei.py 2018 - Control device via ioctl from Python
Taipei.py 2018 - Control device via ioctl from Python
 

Kürzlich hochgeladen

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 

Kürzlich hochgeladen (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 

Certiface e a tecnologia Intel no combate a fraude.

  • 1. Alessandro de Oliveira Faria (A.K.A. Cabelo) Certiface e a tecnologia Intel no combate a Fraude.
  • 2. AApprreesseennttaaççããoo Ingressou­se aos 12 anos no mercado de tecnologia/inovação. ● Sócio fundador da NETi TECNOLOGIA; ● Inventor da tecnologia Certiface; ● 102 Artigos publicados na internet (Viva O Linux e outros); ● Embaixador openSUSE na América Latina; ● Experiência com Visão Computacional (openCV e GPU );
  • 3. Br Fraudadores: Briiggaa ddee ggaattoo ee rraattoo!!
  • 4. SUPER 99,95% O Certiface: PPrrootteeggee aass ppeessssooaass
  • 5.
  • 8.
  • 9. PPCCLL :: PPooiinntt CClloouudd LLiibbrraarryy
  • 10.
  • 11.
  • 12.
  • 13.
  • 14. IInnssttaallaaççããoo ee ccoonnffiigguurraaççããoo NNDDKK:: $ unzip android­ndk­r4b­linux­x86. zip Pronto o NDK esta instalado com sucesso!
  • 15. public class HelloNDK extends Activity { TextView txtHello; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); txtHello = (TextView) findViewById(R.id.txtHello); String hello = sayHello(); txtHello.setText(hello); } public native String sayHello(); static { System.loadLibrary("hellondk"); } }
  • 16. $ cd ~/workspace/HelloNDK $ javah ­o hellondk.h ­classpath bin com.cabelo.hellondk.HelloNDK $ mkdir jni $ cp hellondk.h jni/ $ cd jni $ vi hellondk.cpp #include <hellondk.h> JNIEXPORT jstring JNICALL Java_com_cabelo_hellondk_HelloNDK_sayHello(JNIEnv *env, jobject obj){ return env­> NewStringUTF("Hello, NDK!"); }
  • 17. PictureCallback rawCallback = new PictureCallback() { public void onPictureTaken(byte[] _data, Camera _camera) { [ … ] } }; void Java_com_cabelo_GetFace_PreviewView_RgbToGray( JNIEnv* env, jobject this, jbyteArray src, jintArray dst ) { jboolean b; jint len; jbyte* srcPtr=(*env)­> GetByteArrayElements(env,src,&b); jint* dstPtr=(*env)­> GetIntArrayElements(env,dst,&b); len = (*env)­> GetArrayLength(env,src); RGB32toGray8(srcPtr, dstPtr, len); (*env)­> ReleaseByteArrayElements(env, src, srcPtr, 0); (*env)­> ReleaseIntArrayElements(env, dst, dstPtr, 0); };
  • 18.
  • 19. $ vi Application.mk APP_ABI := armeabi armeabi­v7a x86 $ /usr/local/share/android­ndk­r4b/ ndk­build APP_ABI=all Compile++ thumb: hellondk <= ~/HelloNDK/jni/hellondk.cpp SharedLibrary : libhellondk.so Install : libhellondk.so => ~/HelloNDK/libs/armeabi Compile++ thumb: hellondk <= ~/HelloNDK/jni/hellondk.cpp SharedLibrary : libhellondk.so Install : libhellondk.so => ~/HelloNDK/libs/armeabi­v7 Compile++ thumb: hellondk <= ~/HelloNDK/jni/hellondk.cpp SharedLibrary : libhellondk.so Install : libhellondk.so => ~/HelloNDK/libs/x86
  • 20. OOppeennCCVV ffoorr AAnnddrrooiidd 10 x mais performático. http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html
  • 21. TTBBBB ee IIPPPP ffoorr AAnnddrrooiidd https://software.intel.com/en-us/articles/using-intel-ipp-with-android-os https://www.threadingbuildingblocks.org/ gmake tbb tbbmalloc target=android https://software.intel.com/en-us/android/articles/android-tutorial-writing-a-multithreaded- application-using-intel-threading-building-blocks
  • 22. DDeetteeccttaarr ffaacceess https://software.intel.com/en-us/blogs/2013/10/28/implementing-face-detection-in-android FaceDetector face_detector = new FaceDetector( background_image.getWidth(), background_image.getHeight(), MAX_FACES); faces = new FaceDetector.Face[MAX_FACES]; face_count = face_detector.findFaces(background_image, faces); Log.d("Face_Detection", "Face Count: " + String.valueOf(face_count));
  • 23.
  • 24.