home | Download | Guestbook | Sitemap
codelookerDownloadWindows/.NETOther WINDOWS program
Search:
Vertigo-Browser-3.1-Source
  • Classification:Windows/.NET - Other WINDOWS program
  • Development Tool:Visual Basic
  • Sise:690 KB
  • Upload time:2011/6/9 9:43:12
  • Uploader:aj009
  • Download Statistics:
Description
Profesional navigator based in IE motor. complete source code,has passed the test.


Inicio.bmp

File list:
addin
....\MANO.CUR
Imagenes
.......\treefavoritos
.......\.............\carpeta.gif
carpeta.gif
.......\.............\carpeta2.gif
carpeta2.gif
.......\.............\ie.gif
ie.gif
.......\.............\mundo.gif
mundo.gif
.......\abrir.gif
abrir.gif
.......\Adelante.bmp
Adelante.bmp
.......\AFavo.bmp
AFavo.bmp
.......\Atras.bmp
Atras.bmp
.......\banner.bmp
banner.bmp
.......\Barra_blue.jpg
Barra_blue.jpg
.......\Barra_green.jpg
Barra_green.jpg
.......\Botonera.gif
Botonera.gif
.......\ByVertigo.bmp
ByVertigo.bmp
.......\Cambio.bmp
Cambio.bmp
.......\capt_2_3.gif
capt_2_3.gif
.......\cerrar.gif
cerrar.gif
.......\cerrar2.gif
cerrar2.gif
.......\Eventos.bmp
Eventos.bmp
.......\Favorit2.bmp
Favorit2.bmp
.......\Favorito.bmp
Favorito.bmp
.......\favoritos.gif
favoritos.gif
.......\favoritos2.gif
favoritos2.gif
.......\fondo.bmp
fondo.bmp
.......\fondo800.bmp
fondo800.bmp
.......\Fuente.bmp
Fuente.bmp
.......\google.gif
google.gif
.......\google2.gif
google2.gif
.......\google3.gif
google3.gif
.......\Historial.bmp
Historial.bmp
.......\historial.gif
historial.gif
.......\IE_refrescar.gif
IE_refrescar.gif
.......\instalacion.gif
instalacion.gif
.......\Ira.bmp
Ira.bmp
.......\logobanner.bmp
logobanner.bmp
.......\logovgb.bmp
logovgb.bmp
.......\Menu_abrir.gif
Menu_abrir.gif
.......\Menu_buscar.gif
Menu_buscar.gif
.......\Menu_casa.gif
Menu_casa.gif
.......\Menu_cerrar.gif
Menu_cerrar.gif
.......\Menu_cerrar256.gif
Menu_cerrar256.gif
.......\Menu_codigofuente.gif
Menu_codigofuente.gif
.......\Menu_copiar.gif
Menu_copiar.gif
.......\Menu_cortar.gif
Menu_cortar.gif
.......\Menu_duplicar.gif
Menu_duplicar.gif
.......\Menu_duplicar2.gif
Menu_duplicar2.gif
.......\Menu_favoritos.gif
Menu_favoritos.gif
.......\Menu_guardar.gif
Menu_guardar.gif
.......\Menu_historial.gif
Menu_historial.gif
.......\Menu_imprimir.gif
Menu_imprimir.gif
.......\Menu_imprimir2.gif
Menu_imprimir2.gif
.......\Menu_imprimir3.gif
Menu_imprimir3.gif
.......\Menu_nueva.gif
Menu_nueva.gif
.......\Menu_nuevA_actual.gif
Menu_nuevA_actual.gif
.......\Menu_nuevo_favoritos.gif
Menu_nuevo_favoritos.gif
.......\Menu_objetos.gif
Menu_objetos.gif
.......\Menu_org_favoritos.gif
Menu_org_favoritos.gif
.......\Menu_paste.gif
Menu_paste.gif
.......\Menu_salir.gif
Menu_salir.gif
.......\Menu_vistapreliminar.gif
Menu_vistapreliminar.gif
.......\Mover.gif
Mover.gif
.......\mundo.gif
mundo.gif
.......\net1.gif
net1.gif
.......\net11.gif
net11.gif
.......\net2.gif
net2.gif
.......\net22.gif
net22.gif
.......\Objetos.bmp
Objetos.bmp
.......\Parar.bmp
Parar.bmp
.......\paste.bmp
paste.bmp
.......\Refres.bmp
Refres.bmp
.......\Salir.bmp
Salir.bmp
.......\StarTrek.ico
StarTrek.ico
.......\StarTrek2.ico
StarTrek2.ico
.......\Util.bmp
Util.bmp
Otros
....\fleft.bmp
fleft.bmp
....\VB.ico
VB.ico
BBMenu.cls
CambioValor.frm
CambioValor.frx
Codigo_Fuente.frm
Codigo_Fuente.frx
Favoritos.bas
frmAbout.frm
frmAbout.frx
Historial.bas
Inicio.bmp
Inicio.bmp
Inicio.frm
Inicio.frx
MDIWeb.frm
MDIWeb.frx
mnupopup.frm
ModMenu.bas
Module1.bas
MSSCCPRJ.SCC
Objetos.frm
Objetos.frx
Opciones.frm
Opciones.frx
Opciones.Vop
pcDibSection.cls
pcMemDC.cls
SETUP.LST
vbalProgressBar.ctl
vbalProgressBar.ctx
VertigoBrowser.frm
VertigoBrowser.frx
VertigoBrowser.PDM
VertigoBrowser.vbp
VertigoBrowser.vbw
Vertigo_Ftp.frm
Vertigo_Ftp.frx
VEventos.frm
VEventos.frx
If you are a member, Log in. If you are not a member, Please register
Related source code
[> compile Remember to also adjust your path so MATLAB can find iHOG: >> addpath(genpath('/path/to/ihog')) If you want to use iHOG in your own project, you can simply drop the iHOG directory into the root of your project. Inverting HOG To invert a HOG point, use the 'invertHOG()' function: >> feat = features(im, 8); >> ihog = invertHOG(feat); >> imagesc(ihog); axis image; Computing the inverse should take no longer than a second for a typical sized image on a modern computer. (It may slower the first time you invoke it as it caches the paired dictionary from disk.) Visualizing HOG iHOG has several functions to visualize HOG. The most basic is 'visualizeHOG()': >> feat = features(im, 8); >> visualizeHOG(feat); The above displays a figure with the HOG glyph and the HOG inverse. This visualization is a drop-in replacement for more standard visualizations, and should work with existing code bases. The de-facto HOG has signed components, unsigned components, as well as texture components. 'dissectHOG()' visualizes each of these components invidually: >> dissectHOG(feat); A similar visualization 'spreadHOG()' shows each dimension individually: >> spreadHOG(feat); More visualizations are available. Check out the 'visualizations/' folder and read the comments for more. Learning We provide a prelearned dictionary in 'pd.mat', but you can learn your own if you wish. Simply call the 'learnpairdict()' function and pass it a directory of images: >> pd = learnpairdict('/path/to/images/', 1000000, 1000, 5, 5); The above learns a 5x5 HOG patch paired dictionary with 1000 elements and a training set size of one million window patches. Depending on the size of the problem, it may take minutes or hours to complete. Bundled Libraries The iHOG package contains source code from the SPAMS sparse coding toolbox (http://spams-devel.gforge.inria.fr/). We have modified their code to better support 64 bit machines. In addition, we have included a select few files from the discriminatively trained deformable parts model (http://people.cs.uchicago.edu/~rbg/latent/). We use their HOG computation code and glyph visualization code. Questions and Comments If you have any feedback, please write to Carl Vondrick at vondrick@mit.edu. References The conference paper for this software is currently under submission. In the mean time, please see our technical report: [1] Carl Vondrick, Aditya Khosla, Tomasz Malisiewicz, Antonio Torralba. "Inverting and Visualizing Features for Object Detection." Technical Report. 2013."" target="_blank">iHOG: Inverting Histograms of Orient...] - iHOG: Inverting Histograms of Oriented Gradients This software package contains tools to invert and visualize HOG features. It implements the Paired Dictionary Learning algorithm described in our paper "Inverting and Visualizing Features for Object Detection" [1]. Installation Before you can use this tool, you must compile iHOG. Execute the 'compile' script in MATLAB to compile the HOG feature extraction code and sparse coding SPAMS toolbox: $ cd /path/to/ihog $ matlab >> compile Remember to also adjust your path so MATLAB can find iHOG: >> addpath(genpath('/path/to/ihog')) If you want to use iHOG in your own project, you can simply drop the iHOG directory into the root of your project. Inverting HOG To invert a HOG point, use the 'invertHOG()' function: >> feat = features(im, 8); >> ihog = invertHOG(feat); >> imagesc(ihog); axis image; Computing the inverse should take no longer than a second for a typical sized image on a modern computer. (It may slower the first time you invoke it as it caches the paired dictionary from disk.) Visualizing HOG iHOG has several functions to visualize HOG. The most basic is 'visualizeHOG()': >> feat = features(im, 8); >> visualizeHOG(feat); The above displays a figure with the HOG glyph and the HOG inverse. This visualization is a drop-in replacement for more standard visualizations, and should work with existing code bases. The de-facto HOG has signed components, unsigned components, as well as texture components. 'dissectHOG()' visualizes each of these components invidually: >> dissectHOG(feat); A similar visualization 'spreadHOG()' shows each dimension individually: >> spreadHOG(feat); More visualizations are available. Check out the 'visualizations/' folder and read the comments for more. Learning We provide a prelearned dictionary in 'pd.mat', but you can learn your own if you wish. Simply call the 'learnpairdict()' function and pass it a directory of images: >> pd = learnpairdict('/path/to/images/', 1000000, 1000, 5, 5); The above learns a 5x5 HOG patch paired dictionary with 1000 elements and a training set size of one million window patches. Depending on the size of the problem, it may take minutes or hours to complete. Bundled Libraries The iHOG package contains source code from the SPAMS sparse coding toolbox (http://spams-devel.gforge.inria.fr/). We have modified their code to better support 64 bit machines. In addition, we have included a select few files from the discriminatively trained deformable parts model (http://people.cs.uchicago.edu/~rbg/latent/). We use their HOG computation code and glyph visualization code. Questions and Comments If you have any feedback, please write to Carl Vondrick at vondrick@mit.edu. References The conference paper for this software is currently under submission. In the mean time, please see our technical report: [1] Carl Vondrick, Aditya Khosla, Tomasz Malisiewicz, Antonio Torralba. "Inverting and Visualizing Features for Object Detection." Technical Report. 2013.
[ConvertIt] - this application is a good conversion , you can with this application convert Area ,distance, Euro ,Time,Mass,Temperature and Volume
[extended_vertical_handover] - Robust Vertical Handoff Algorithm for heterogeneous Wireless Environment
[ConvertidorHexaDecimal] - Esta aplicacion convierte numeros a hexagesimal
[pictureconvertii] - pictureconvertii.zip all file
[vertiginous-ruby-wmi-2889f7a] - Ruby WMI library, uses Win32OLE to treat WMI like a database
[InvertImage] - picture color invertion program
[advertisingagencccy] - advertizing agency using java
[Advertising_Agennncy] - coding for java add agency complete source code can be used directly.
[IInvertIm] - invert the image, it is quite useful, but now can be replaced by imcomplement.
Download Address
download DownLoad
Comments: Don't forget to comment after downloading! Comment...
About - Advertise - Sitemap